box.cfg() waits for a bootstrap leader if there are no upstreams
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
The supervised bootstrap strategy now allows to bootstrap a
single-instance replicaset in the same way as multi-instance one: run
box.cfg({bootstrap_strategy = 'supervised'}) and wait for the
box.ctl.make_bootstrap_leader(<...>) command.
Requested by @Totktonada in https://github.com/tarantool/tarantool/commit/08c7ff166fdafa2141e82cf877667c0560b09238.
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 by locating the documentation for box.cfg() and the supervised bootstrap strategy. Verify that it explains the no-upstream single-instance behavior and the box.ctl.make_bootstrap_leader(...) command; done means the documented procedure matches the issue.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100