Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

receive: Replication #1270

Merged
merged 2 commits into from
Jun 24, 2019
Merged

receive: Replication #1270

merged 2 commits into from
Jun 24, 2019

Commits on Jun 24, 2019

  1. pkg/receive: add replication

    This commit adds a new replication feature to the Thanos receiver.
    By default, replication is turned off, however, when replication is
    enabled (replication factor >=2), the target node for a time series will
    replicate the time series to the other nodes concurrently and
    synchronously. If the replication to >= (rf+1)/2 nodes fails, the
    original write request is failed.
    squat committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    337f9a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8996eb8 View commit details
    Browse the repository at this point in the history