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

Add new /{db}/_sync_shards endpoint (admin-only) #1811

Merged
merged 4 commits into from Jan 18, 2019
Merged

Commits on Jan 18, 2019

  1. Add new /{db}/_sync_shards endpoint (admin-only)

    This server admin-only endpoint forces an n-way sync of all shards
    across all nodes on which they are hosted.
    
    This can be useful for an administrator adding a new node to the
    cluster, after updating _dbs so that the new node hosts an existing db
    with content, to force the new node to sync all of that db's shards.
    
    Users may want to bump their `[mem3] sync_concurrency` value to a
    larger figure for the duration of the shards sync.
    
    Closes #1807
    wohali committed Jan 18, 2019
    Copy the full SHA
    85fbe71 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e0ce19b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    083881b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8e8be73 View commit details
    Browse the repository at this point in the history