rethinkdb / rethinkdb/docs

Document how to gracefully remove a server from a cluster

Open
#958 8 comments 2 reactions 1 assignee View on GitHub

@chipotle is already working on this.

Since Nov 20, 2015.

enhancement
Dominant language
CSS
Stars
118
Forks
161
PR merge metrics
No merged PRs in 30d

Description

We don't have an explicit way for removing a server anymore.
https://github.com/rethinkdb/docs/issues/876 is about the case where a server fails and you want to "clean up" after it.
However there is a separate scenario, where you have a working server that you want to gracefully remove from the cluster, without interrupting availability or losing data.

Apart from the option to manually update all the documents in table_config to remove the server from all the replicas lists, there is also a second convenient way for removing a given server from all tables by removing the default tag, see https://github.com/rethinkdb/rethinkdb/issues/2873#issuecomment-157641498

This should be documented somewhere.

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.