We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf1544 commit bd64d4aCopy full SHA for bd64d4a
1 file changed
ydb/core/mind/bscontroller/register_node.cpp
@@ -554,6 +554,7 @@ void TBlobStorageController::OnWardenDisconnected(TNodeId nodeId, TActorId serve
554
}
555
for (auto it = StaticVSlots.lower_bound(startingId); it != StaticVSlots.end() && it->first.NodeId == nodeId; ++it) {
556
it->second.VDiskStatus = NKikimrBlobStorage::EVDiskStatus::ERROR;
557
+ it->second.ReadySince = TMonotonic::Max();
558
559
if (sh->VDiskStatusUpdate) {
560
Send(SelfHealId, sh.Release());
0 commit comments