vshard: vshard.storage.info shows name
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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