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
log.Infof("We will have no health data for the next new primary tablet after demoting the tablet: %v, so start loading tablets now", topotools.TabletIdent(th.Tablet))
553
-
// We want to trigger a loadTablets call, but if the channel is not empty
554
-
// then a trigger is already scheduled, we don't need to trigger another one.
555
-
// This also prevents the code from deadlocking as described in https://github.com/vitessio/vitess/issues/16994.
553
+
// We want to trigger a call to load tablets for this keyspace-shard,
554
+
// but we want this to be non-blocking to prevent the code from deadlocking as described in https://github.com/vitessio/vitess/issues/16994.
555
+
// If the buffer is exhausted, then we'll just receive the update when all the tablets are loaded on the ticker.
0 commit comments