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

[CCR] Refactor ChunksCoordinator to continuously look for changes in leader shard #30898

Closed

Commits on Jun 5, 2018

  1. Make ChunksCoordinator in full control of following leader shard

    * A single ChunksCoordinator is now in charge of following a shard and
    keeps on coordinating until the persistent task has been stopped. Whereas
    before a ChunksCoordinator's job was to process a finite amount of chunks
    and then a new ChunksCoordinator instance would process the next chunks.
    * Instead of consuming the chunks queue and waiting for all workers to
    complete, another background thread will continuously and chunks to the
    queue, so that the workers never run out of chunks to process if the
    leader shard has unprocessed write operations.
    
    Relates to elastic#30086
    martijnvg committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    d2d88d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e84a95 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

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

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    8df4162 View commit details
    Browse the repository at this point in the history
  2. rename

    martijnvg committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    2fba1a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

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

Commits on Jun 12, 2018

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

Commits on Jun 14, 2018

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