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

ingester: support chunk transfers on ingester shutdown. #794

Merged
merged 6 commits into from
Jul 26, 2019

Commits on Jul 23, 2019

  1. ingester: support chunk transfers on ingester shutdown.

    This commit introduces chunk transfers, borrowing the mechanism from
    Cortex's implementation: when an ingester is shut down with claim
    on rollout enabled, the ingester will find a pending ingester and
    transfer all of its chunks to it.
    rfratto committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    d34b1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb666b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8155a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    15cbba7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Configuration menu
    Copy the full SHA
    e4e5e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64c7e5 View commit details
    Browse the repository at this point in the history