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/reference_lua/config.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ config API
92
92
.. method:: get([param, opts])
93
93
94
94
Get a configuration applied to the current or remote instance.
95
-
Note that there is the following difference between getting a configuration for the current and remote instance:
95
+
Note the following differences between getting a configuration for the current and remote instance:
96
96
97
97
- For the current instance, ``get()`` returns an instance configuration considering :ref:`environment variables <configuration_environment_variable>`.
98
98
- For a remote instance, ``get()`` only considers a cluster configuration and ignores environment variables.
@@ -179,7 +179,7 @@ config API
179
179
**Example: configuration warnings**
180
180
181
181
In the example below, the instance's state is ``check_warnings``.
182
-
The ``alerts`` section informs that privileges to the ``bands`` space for ``sampleuser`` cannot be granted because the ``bands`` space has not created yet:
182
+
The ``alerts`` section informs that privileges to the ``bands`` space for ``sampleuser`` cannot be granted because the ``bands`` space has not been created yet:
183
183
184
184
.. code-block:: tarantoolsession
185
185
@@ -259,7 +259,7 @@ config API
259
259
260
260
Get a URI of the current or remote instance.
261
261
262
-
:param string uri_type: a URI type. There are the following URI types are supported:
262
+
:param string uri_type: a URI type. The following URI types are supported:
263
263
264
264
* ``peer`` -- a URI used to advertise the instance to other cluster members. See also: :ref:`iproto.advertise.peer <configuration_reference_iproto_advertise_peer>`.
265
265
* ``sharding`` -- a URI used to advertise the current instance to a router and rebalancer. See also: :ref:`iproto.advertise.sharding <configuration_reference_iproto_advertise_sharding>`.
@@ -318,7 +318,7 @@ config API
318
318
log.info("Connection URI for %q: %s:%s", instance_name, conn.host, conn.port)
319
319
end
320
320
321
-
In this example, the same actions are performed for instances from the specific replica set:
321
+
In this example, the same actions are performed for instances from the specified replica set:
0 commit comments