Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DPE-4557] fix timeout when initializing the security index (#321)
## Issue #320 ## Solution When the last unit in a cluster is stopping, it adds the `voting_config_exclusion`, but doesn't delete it anymore (because all units are already stopped). It is then persisting on disk. If the storage is reused and the first new unit starts, it may happen that the new unit can't become cluster manager because it's not possible to reach quorum. Therefore the last unit stopping should not add a voting exclusion.
- Loading branch information