Hi everyone,
I’m facing an issue with my MongoDB cluster since upgrading to version 6.0. Here’s my current setup:
- 1 primary
- 3 secondaries
- 1 arbiter
Since the upgrade, I’ve noticed that the arbiter is no longer being recognized properly. I get the following error message: "arbiters are not supported with quarterly rapid releases"
, even though I’m on an LTS version (6.0.17).
The problem becomes more apparent when I cut off two nodes (e.g., a primary and a secondary). In this case, the cluster stops functioning correctly and I see the message "rsm monitoring host in expedited mode until we detect a primary"
. This indicates that MongoDB is in expedited monitoring mode trying to detect a new primary.
It seems like the quorum needed to elect a new primary isn’t being met, which is causing the issue.
I’m not entirely sure what’s going wrong or how to resolve it. Do you have any suggestions or explanations for this behavior?
Thanks in advance for your help!