Skip to content

Commit 01c0665

Browse files
committed
Update per TW review
1 parent 98eb464 commit 01c0665

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/how-to/vshard_quick.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Creating a sharded cluster
66
**Example on GitHub**: `sharded_cluster_crud <https://github.com/tarantool/doc/tree/latest/doc/code_snippets/snippets/sharding/instances.enabled/sharded_cluster_crud>`_
77

88
In this tutorial, you get a sharded cluster up and running on your local machine and learn how to manage the cluster using the tt utility.
9-
In this tutorial, the following external modules are used:
9+
This cluster uses the following external modules:
1010

11-
- :ref:`vshard <vshard>` enables sharding in the cluster.
12-
- `crud <https://github.com/tarantool/crud>`__ allows you to perform CRUD operations in the sharded cluster.
11+
- :ref:`vshard <vshard>` enables sharding in a cluster.
12+
- `crud <https://github.com/tarantool/crud>`__ allows you to manipulate data in a sharded cluster.
1313

1414
The cluster created in this tutorial includes 5 instances: one router and 4 storages, which constitute two replica sets.
1515

@@ -133,7 +133,7 @@ In this section, the following options are configured:
133133

134134
The cluster topology defined in the :ref:`following section <vshard-quick-start-configuring-cluster-topology>` also specifies the ``iproto.advertise.client`` option for each instance.
135135
This option accepts a URI used to advertise the instance to clients.
136-
For example, |tcm_full_name| uses these URIs to :ref:`connect <tcm_connect_clusters>` to cluster instances.
136+
For example, :ref:`Tarantool Cluster Manager <tcm>` uses these URIs to :ref:`connect <tcm_connect_clusters>` to cluster instances.
137137

138138

139139
.. _vshard-quick-start-configuring-cluster-bucket-count:
@@ -326,7 +326,7 @@ After starting instances, you need to bootstrap the cluster as follows:
326326
• Connecting to the instance...
327327
• Connected to sharded_cluster_crud:router-a-001
328328
329-
2. Call :ref:`vshard.router.bootstrap() <router_api-bootstrap>` to perform the initial cluster bootstrap:
329+
2. Call :ref:`vshard.router.bootstrap() <router_api-bootstrap>` to perform the initial cluster bootstrap and distribute all buckets across the replica sets:
330330

331331
.. code-block:: tarantoolsession
332332
@@ -464,7 +464,7 @@ Writing and selecting data
464464
Checking data distribution
465465
~~~~~~~~~~~~~~~~~~~~~~~~~~
466466

467-
To check how data is distributed across the cluster's nodes, follow the steps below:
467+
To check how data is distributed across the replica sets, follow the steps below:
468468

469469
1. Connect to any storage in the ``storage-a`` replica set:
470470

0 commit comments

Comments
 (0)