tarantool / tarantool/doc

vshard: vshard.storage.info shows name

Open
#3,942 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

3.0 config vshard
Dominant language
CSS
Stars
15
Forks
49
Avg merge
1d 13h
Merged PRs (30d)
3

Description

Related dev. issue: https://github.com/tarantool/vshard/issues/426
Related doc. issues: https://github.com/tarantool/doc/issues/3943, https://github.com/tarantool/doc/issues/3944

Product: Tarantool, vshard
Since: 3.0, 0.1.25
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_rock/vshard/vshard_storage/
SME: @ Totktonada, @ Serpentian

Details

When identification_mode is name_as_key, persisted master and
replicaset name is shown in vshard.storage.info:

tarantool> vshard.storage.info()
---
- replicasets:
    replicaset_1:
      name: replicaset_1
      master:
        uri: admin@localhost:3302
        name: replica_1_a
  ...

Requested by @ Serpentian in https://github.com/tarantool/vshard/commit/559c75c5bc184cd3ab42bc581d4452410ce47d16.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the vshard.storage reference at the linked root document and review the related documentation issues for surrounding scope. Document that vshard.storage.info() exposes persisted master and replicaset names when identification_mode is name_as_key, using the shown output as the expected result.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.