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
When state storage returns a RACE status it means data is in an inconsistent state, which may happen after a race. Currently bootstrapper doesn't try to boot the tablet, which means this state may never heal itself. We should treat RACE like NODATA.
When state storage returns a
RACE
status it means data is in an inconsistent state, which may happen after a race. Currently bootstrapper doesn't try to boot the tablet, which means this state may never heal itself. We should treatRACE
likeNODATA
.This issue was introduced in #9369.
The text was updated successfully, but these errors were encountered: