Skip to content

Commit fb1fb25

Browse files
authored
Fix stucking SelfHealNodesStateUpdate cmd (#27568)
1 parent 7090690 commit fb1fb25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/blobstorage/nodewarden/distconf_invoke_state_storage.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ namespace NKikimr::NStorage {
113113
}
114114
if (cmd.GetEnableSelfHealStateStorage()) {
115115
SelfHealStateStorage(cmd.GetWaitForConfigStep(), true, cmd.GetPileupReplicas(), cmd.GetOverrideReplicasInRingCount(), cmd.GetOverrideRingsCount(), cmd.GetReplicasSpecificVolume());
116+
} else {
117+
Finish(TResult::OK, std::nullopt);
116118
}
117119
}
118120

0 commit comments

Comments
 (0)