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

Fix optimize behavior with 'force' and 'flush' flags. #7920

Closed
wants to merge 1 commit into from

Commits on Sep 29, 2014

  1. Fix optimize behavior with 'force' and 'flush' flags.

    This does the following:
    * Make 'force' flag only build a merge if the delegate MP returned no merges
    * Add async handling for 'flush' when 'waitForMerges' is false
    * Remove flush at the beginning of optimize.  This is something the user can
      do if they wish, before calling optimize.
    
    closes elastic#7886
    closes elastic#7904
    rjernst committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    4ce798d View commit details
    Browse the repository at this point in the history