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

Use the remaining scroll response documents on update by query bulk requests #71430

Merged
merged 22 commits into from
Apr 20, 2021

Commits on Apr 8, 2021

  1. Use the remaining scroll response documents on update by query bulk r…

    …equests
    
    In update by query requests where max_docs < size and conflicts=proceed
    we weren't using the remaining documents from the scroll response in
    cases where there were conflicts and in the first bulk request the
    successful updates < max_docs. This commit address that problem and
    use the remaining documents from the scroll response instead of
    requesting a new page.
    
    Closes elastic#63671
    fcofdez committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    9d8e5b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    f4f0a77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a27340d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a8e720 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Fix reindex test

    fcofdez committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    a52cb0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c35018 View commit details
    Browse the repository at this point in the history
  3. Remove unused method

    fcofdez committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    d173339 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    172d196 View commit details
    Browse the repository at this point in the history
  5. Update docs

    fcofdez committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    df64c21 View commit details
    Browse the repository at this point in the history
  6. Ensure counter visibility

    fcofdez committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    9e94421 View commit details
    Browse the repository at this point in the history
  7. Fix docs

    fcofdez committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    61b7dcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6128e3 View commit details
    Browse the repository at this point in the history
  9. Simplify

    fcofdez committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    b753309 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9655e2e View commit details
    Browse the repository at this point in the history
  11. Add strict mappings

    fcofdez committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    da4c320 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Add more test scenarios

    fcofdez committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    9fe5874 View commit details
    Browse the repository at this point in the history
  2. Update docs

    fcofdez committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    7e14c15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f63fa53 View commit details
    Browse the repository at this point in the history
  4. precommit

    fcofdez committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    81f6d5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2af29fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64159e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

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