You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit deflakes the test by blocking the full reconciliation from
starting before we drop the database. This is used to avoid a race
condition where the full reconciliation starts after we drop the
database, it will ignore the dropped database. Then, there is a race
between the SQLWatcher and the GC job where the SQLWatcher might write a
zone config of table1 before table2, while the GC queue might not know
that this range needs to be split because it has different span config.
Release note: None
Fixes: #138185
0 commit comments