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

Side-step pending deletes check #30571

Merged
merged 8 commits into from May 15, 2018
Merged

Side-step pending deletes check #30571

merged 8 commits into from May 15, 2018

Commits on May 14, 2018

  1. Side-step pending deletes check

    When we split/shrink an index we open several IndexWriter instances
    causeing file-deletes to be pending on windows. This subsequently fails
    when we open an IW to bootstrap the index history due to pending deletes.
    This change sidesteps the check since we know our history goes forward
    in terms of files and segments.
    
    Closes elastic#30416
    s1monw committed May 14, 2018
    Copy the full SHA
    05663e4 View commit details
    Browse the repository at this point in the history
  2. apply feedback

    s1monw committed May 14, 2018
    Copy the full SHA
    a7bce4b View commit details
    Browse the repository at this point in the history
  3. invert condition

    s1monw committed May 14, 2018
    Copy the full SHA
    43759e2 View commit details
    Browse the repository at this point in the history
  4. Unskip rest tests

    jasontedor committed May 14, 2018
    Copy the full SHA
    883f14c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e365f78 View commit details
    Browse the repository at this point in the history
  6. fix it

    s1monw committed May 14, 2018
    Copy the full SHA
    5771a26 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Copy the full SHA
    224a5d2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7ba7b16 View commit details
    Browse the repository at this point in the history