Skip to content

Commit e2f14c4

Browse files
authored
Fix static group status calculation logic (merge from main) (#3632)
1 parent 0585aac commit e2f14c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/mind/bscontroller/register_node.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ void TBlobStorageController::OnWardenDisconnected(TNodeId nodeId, TActorId serve
554554
}
555555
for (auto it = StaticVSlots.lower_bound(startingId); it != StaticVSlots.end() && it->first.NodeId == nodeId; ++it) {
556556
it->second.VDiskStatus = NKikimrBlobStorage::EVDiskStatus::ERROR;
557+
it->second.ReadySince = TMonotonic::Max();
557558
}
558559
if (sh->VDiskStatusUpdate) {
559560
Send(SelfHealId, sh.Release());

0 commit comments

Comments
 (0)