diff --git a/ydb/core/tablet/bootstrapper.cpp b/ydb/core/tablet/bootstrapper.cpp index 5bdc7ae69ade..5a6c05bd48c7 100644 --- a/ydb/core/tablet/bootstrapper.cpp +++ b/ydb/core/tablet/bootstrapper.cpp @@ -225,6 +225,10 @@ class TBootstrapper : public TActorBootstrapped { Become(&TThis::StateConnectLeader); return; } + case NKikimrProto::RACE: { + // State storage is working, but data is inconsistent + [[fallthrough]]; + } case NKikimrProto::NODATA: { // We have state storage quorum and no known leader BeginNewRound();