Skip to content

Commit 075d8cb

Browse files
committed
Make NOT_SYNCHRONIZED_1 internal state treated as DISCONNECTED
1 parent 15522d1 commit 075d8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/nodewarden/distconf_bridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ namespace NKikimr::NStorage {
191191
} else {
192192
switch (clusterState.GetPerPileState(pileId.GetPileIndex())) {
193193
case NKikimrBridge::TClusterState::DISCONNECTED:
194+
case NKikimrBridge::TClusterState::NOT_SYNCHRONIZED_1:
194195
state = T::DISCONNECTED;
195196
break;
196197

197-
case NKikimrBridge::TClusterState::NOT_SYNCHRONIZED_1:
198198
case NKikimrBridge::TClusterState::NOT_SYNCHRONIZED_2:
199199
state = T::NOT_SYNCHRONIZED;
200200
break;

0 commit comments

Comments
 (0)