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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3620,9 +3620,8 @@ The ``replication`` section defines configuration parameters related to :ref:`re
3620
3620
3621
3621
- **Startup**. When the cluster starts, ``autoexpel`` checks and removes instances not matching the updated configuration.
3622
3622
- **Reconfiguration**. When the YAML configuration is reloaded, ``autoexpel`` compares the current state to the updated configuration and performs necessary expulsions.
3623
-
- ``box.status`` **Watcher event**. Changes detected by the ``box.status watcher`` also trigger the ``autoexpel`` mechanism.
3623
+
- ``box.status`` **Watcher event**. Changes detected by the ``box.status`` watcher also trigger the ``autoexpel`` mechanism.
3624
3624
3625
-
New instances
3626
3625
3627
3626
``autoexpel`` does not take any actions on newly joined instances unless one of the triggering events occurs.
3628
3627
This means that an instance meeting the ``autoexpel`` criterion can still join the cluster, but it may be removed
@@ -3635,7 +3634,7 @@ The ``replication`` section defines configuration parameters related to :ref:`re
3635
3634
3636
3635
Configuration fields
3637
3636
3638
-
- ``by`` (string, default: ``nil``): specifies the ``autoexpel`` criterion. Currently, only ``prefix`` is supported and must be explicitly set.
3637
+
- ``by`` :ref:`replication.autoexpel_by.*` (string, default: ``nil``): specifies the ``autoexpel`` criterion. Currently, only ``prefix`` is supported and must be explicitly set.
3639
3638
3640
3639
- ``enabled`` (boolean, default: ``false``): enables or disables the ``autoexpel`` logic.
0 commit comments