Skip to content

Commit 76006a2

Browse files
committed
Some errors fixed
1 parent 157b2ae commit 76006a2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

doc/reference/configuration/configuration_reference.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3610,6 +3610,7 @@ The ``replication`` section defines configuration parameters related to :ref:`re
36103610
Additionally, instances without a persistent name are ignored.
36113611

36123612
If an instance is in read-write mode and has the latest database schema, it initiates the expulsion of instances that:
3613+
36133614
- Match the specified prefix
36143615
- Absent from the updated YAML configuration
36153616

@@ -3618,7 +3619,7 @@ The ``replication`` section defines configuration parameters related to :ref:`re
36183619
The ``autoexpel`` logic is activated during specific events:
36193620
- **Startup**. When the cluster starts, ``autoexpel`` checks and removes instances not matching the updated configuration.
36203621
- **Reconfiguration**. When the YAML configuration is reloaded, ``autoexpel`` compares the current state to the updated configuration and performs necessary expulsions.
3621-
- ``box.status`` **Watcher Event**. Changes detected by the ``box.status watcher`` also trigger the ``autoexpel`` mechanism.
3622+
- ``box.status`` **Watcher event**. Changes detected by the ``box.status watcher`` also trigger the ``autoexpel`` mechanism.
36223623

36233624
New instances
36243625

@@ -3631,6 +3632,7 @@ The ``replication`` section defines configuration parameters related to :ref:`re
36313632
global levels. It is not applicable at the instance level.
36323633

36333634
Configuration fields
3635+
36343636
- **`enabled`** *(boolean, default: `false`)*: enables or disables the ``autoexpel`` logic.
36353637

36363638
- **`by`** *(string, default: `nil`)*: specifies the ``autoexpel`` criterion. Currently, only `prefix` is supported and must be explicitly set.
@@ -3677,10 +3679,11 @@ The ``replication`` section defines configuration parameters related to :ref:`re
36773679
36783680
36793681
This configuration:
3682+
36803683
- Sets up authentication with a guest user assigned the super role.
3681-
- Enables the autoexpel option to automatically expel instances not present in the YAML file.
3682-
- Defines instance names based on a prefix pattern: {{ replicaset_name }}.
3683-
- Lists three instances: r-001-i-001, r-001-i-002, and r-001-i-003.
3684+
- Enables the ``autoexpel`` option to automatically expel instances not present in the YAML file.
3685+
- Defines instance names based on a prefix pattern: ``{{ replicaset_name }}``.
3686+
- Lists three instances: ``r-001-i-001``, ``r-001-i-002``, and ``r-001-i-003``.
36843687

36853688

36863689
2. Open terminal window and start three instances using the following commands:
@@ -3713,8 +3716,7 @@ The ``replication`` section defines configuration parameters related to :ref:`re
37133716

37143717
4. For the leader instance (``r-001-i-001``), check the _cluster space:
37153718

3716-
.. admonition:: Info
3717-
:class: fact
3719+
.. hint::
37183720

37193721
The ``_cluster`` system space in Tarantool stores metadata about all instances currently recognized as part of the cluster.
37203722
It shows which instances are registered and active.

0 commit comments

Comments
 (0)