You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/reference/configuration/configuration_reference.rst
-112Lines changed: 0 additions & 112 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3618,13 +3618,6 @@ The ``replication`` section defines configuration parameters related to :ref:`re
3618
3618
3619
3619
The expulsion process follows the standard procedure, involving the removal of the instance from the ``_cluster`` system space.
3620
3620
3621
-
The ``autoexpel`` logic is activated during specific events:
3622
-
3623
-
- **Startup**. When the cluster starts, ``autoexpel`` checks and removes instances not matching the updated configuration.
3624
-
- **Reconfiguration**. When the YAML configuration is reloaded, ``autoexpel`` compares the current state to the updated configuration and performs necessary expulsions.
3625
-
- ``box.status`` **watcher event**. Changes detected by the ``box.status`` watcher also trigger the ``autoexpel`` mechanism.
3626
-
3627
-
3628
3621
``autoexpel`` does not take any actions on newly joined instances unless one of the triggering events occurs.
3629
3622
This means that an instance meeting the ``autoexpel`` criterion can still join the cluster, but it may be removed
3630
3623
later during reconfiguration or on subsequent triggering events.
0 commit comments