-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharding config #4155
Merged
Merged
Sharding config #4155
+379
−334
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 tasks
andreyaksenov
force-pushed
the
sharding-admin
branch
9 times, most recently
from
April 15, 2024 14:42
c22545c
to
47f75f2
Compare
This was
linked to
issues
Apr 15, 2024
andreyaksenov
force-pushed
the
sharding-admin
branch
4 times, most recently
from
April 16, 2024 07:35
ab33c1e
to
0bc91ac
Compare
andreyaksenov
force-pushed
the
sharding-admin
branch
2 times, most recently
from
April 17, 2024 09:04
872bf92
to
8d267e2
Compare
andreyaksenov
force-pushed
the
sharding-admin
branch
9 times, most recently
from
May 14, 2024 06:51
7548054
to
5526160
Compare
andreyaksenov
force-pushed
the
sharding-admin
branch
from
May 14, 2024 11:44
5526160
to
26316f0
Compare
andreyaksenov
force-pushed
the
sharding-admin
branch
from
May 14, 2024 12:29
26316f0
to
8e0247d
Compare
xuniq
approved these changes
May 20, 2024
doc/book/admin/vshard_admin.rst
Outdated
# ... | ||
|
||
Note that the ``rebalancer`` role is optional. | ||
If it is not specified, a rebalancer is selected automatically from master instances of replica sets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
If it is not specified, a rebalancer is selected automatically from master instances of replica sets. | |
If it is not specified, a rebalancer is selected automatically from the master instances of replica sets. |
doc/book/admin/vshard_admin.rst
Outdated
information about the new location of the bucket. | ||
When a new shard is added, a configuration should be reloaded on each instance to migrate buckets to a new shard: | ||
|
||
* If a :ref:`centralized configuration storages <configuration_etcd>` is used, Tarantool reloads a changed configuration automatically. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
* If a :ref:`centralized configuration storages <configuration_etcd>` is used, Tarantool reloads a changed configuration automatically. | |
* If a :ref:`centralized configuration storage <configuration_etcd>` is used, Tarantool reloads a changed configuration automatically. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated topics:
I don't quite like the result. IMO, it is necessary to merge these topics in the future and show all the information in one page. For now, there is much legacy content, duplicated info, and unnecessary internal details. Also, I don't understand why
Sharding with vshard
lives in theAdmin
section.Configuration reference (3.1 options):
Getting started:
box.once()
: Adding storage code. This code snippet is also reused in the updatedSharding with vshard
topic.Reference:
Adding storage code
in the box.once() description.