We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514111d commit 9126cb1Copy full SHA for 9126cb1
1 file changed
lib/collection/src/shards/replica_set/replica_set_state.rs
@@ -234,6 +234,7 @@ impl ReplicaState {
234
| ReplicaState::Listener
235
| ReplicaState::PartialSnapshot
236
| ReplicaState::Recovery
237
+ | ReplicaState::ManualRecovery
238
| ReplicaState::Resharding
239
| ReplicaState::ReshardingScaleDown
240
| ReplicaState::ActiveRead => false,
0 commit comments