tarantool / tarantool/doc

box.cfg() waits for a bootstrap leader if there are no upstreams

Open
#5,077 0 comments 0 reactions 0 assignees View on GitHub

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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.