Skip to content

Commit 9126cb1

Browse files
committed
Handle ManualRecovery state
1 parent 514111d commit 9126cb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/collection/src/shards/replica_set/replica_set_state.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ impl ReplicaState {
234234
| ReplicaState::Listener
235235
| ReplicaState::PartialSnapshot
236236
| ReplicaState::Recovery
237+
| ReplicaState::ManualRecovery
237238
| ReplicaState::Resharding
238239
| ReplicaState::ReshardingScaleDown
239240
| ReplicaState::ActiveRead => false,

0 commit comments

Comments
 (0)