Skip to content

Commit 390eb91

Browse files
authored
stable-25-3: Fix stucking SelfHealNodesStateUpdate cmd (#27586)
2 parents 01fd546 + 699e084 commit 390eb91

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)