Skip to content

Commit bd64d4a

Browse files
authored
Fix static group status calculation logic (#3627)
1 parent 5bf1544 commit bd64d4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)