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

Disable dynamic mapping update in testTransportBulkTasks #38145

Merged
merged 1 commit into from
Feb 1, 2019

Commits on Feb 1, 2019

  1. Disable dynamic mapping update in testTransportBulkTasks (elastic#38073)

    If a replica does not have a right mapping yet, we will retry the index
    request on that replica; then the actual tasks is higher than the
    expected tasks. Since elastic#31140 this happens more frequently for we no
    longer require acking on the dynamic mapping of index requests.
    
    Relates elastic#31140
    Closes elastic#37893
    dnhatn committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    854a14b View commit details
    Browse the repository at this point in the history