@@ -14,7 +14,7 @@ Problem: INSERT/UPDATE-requests result in ER_MEMORY_ISSUE error
14
14
**Possible reasons **
15
15
16
16
* Lack of RAM (parameters ``arena_used_ratio `` and ``quota_used_ratio `` in
17
- :ref: ` box.slab.info() < box_slab_info > ` report are getting close to 100%).
17
+ :doc: ` /reference/reference_lua/box_slab/slab_info ` report are getting close to 100%).
18
18
19
19
To check these parameters, say:
20
20
@@ -77,7 +77,7 @@ over 60% CPU.
77
77
**Solution **
78
78
79
79
Attach to the Tarantool instance with :ref: `tarantoolctl <tarantoolctl >` utility,
80
- analyze the query statistics with :ref : `box.stat() <box_introspection- box_stat >`
80
+ analyze the query statistics with :doc : `box.stat() </reference/reference_lua/ box_stat >`
81
81
and spot the CPU consumption leader. The following commands can help:
82
82
83
83
.. code-block :: console
@@ -175,7 +175,7 @@ Problem: Replication "lag" and "idle" contain negative values
175
175
176
176
This is about ``box.info.replication.(upstream.)lag `` and
177
177
``box.info.replication.(upstream.)idle `` values in
178
- :ref: ` box.info. replication < box_info_replication > ` section.
178
+ :doc: ` /reference/reference_lua/box_info/ replication ` section.
179
179
180
180
**Possible reasons **
181
181
@@ -198,7 +198,7 @@ Problem: Replication "idle" keeps growing, but no related log messages appear
198
198
--------------------------------------------------------------------------------
199
199
200
200
This is about ``box.info.replication.(upstream.)idle `` value in
201
- :ref: ` box.info. replication < box_info_replication > ` section.
201
+ :doc: ` /reference/reference_lua/box_info/ replication ` section.
202
202
203
203
**Possible reasons **
204
204
@@ -221,7 +221,7 @@ Problem: Replication statistics differ on replicas within a replica set
221
221
222
222
This is about a replica set that consists of one master and several replicas.
223
223
In a replica set of this type, values in
224
- :ref: ` box.info. replication < box_info_replication > ` section, like
224
+ :doc: ` /reference/reference_lua/box_info/ replication ` section, like
225
225
``box.info.replication.lsn ``, come from the master and must be the same on all
226
226
replicas within the replica set. The problem is that they get different.
227
227
@@ -239,7 +239,8 @@ Replication is broken.
239
239
Problem: Master-master replication is stopped
240
240
--------------------------------------------------------------------------------
241
241
242
- This is about :ref: `box.info.replication(.upstream).status <box_info_replication >`
242
+ This is about
243
+ :doc: `box.info.replication(.upstream).status </reference/reference_lua/box_info/replication >`
243
244
= stopped.
244
245
245
246
**Possible reasons **
0 commit comments