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))
519
-
hc.loadTabletsTrigger<-struct{}{}
519
+
// We want to trigger a loadTablets call, but if the channel is not empty
520
+
// then a trigger is already scheduled, we don't need to trigger another one.
521
+
// This also prevents the code from deadlocking as described in https://github.com/vitessio/vitess/issues/16994.
0 commit comments