Skip to content
Snippets Groups Projects
Commit 4e5a1c79 authored by Georgiy Lebedev's avatar Georgiy Lebedev Committed by Serge Petrenko
Browse files

box: drop the `replicaset::is_joining` field as unused

The `replicaset::is_joining` field was previously used to track the
situation when a node joining a replicaset could get deleted from the
`_cluster` space. However, now in the scope of #10088 we always apply the
deletion of the replica from the `_cluster` space on the deleted replica,
so this field has become redundant.

Follows up #10088

NO_CHANGELOG=<refactoring>
NO_DOC=<refactoring>
NO_TEST=<refactoring>
parent 25aac111
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment