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

Remove bulk fallback for write thread pool #29609

Merged
merged 4 commits into from
Apr 19, 2018

Commits on Apr 19, 2018

  1. Remove bulk fallback for write thread pool

    The name of the bulk thread pool was renamed to "write" with "bulk" as a
    fallback name. This change was made in 6.x for BWC reasons yet in 7.0.0
    we are removing this fallback. This commit removes this fallback for the
    write thread pool.
    jasontedor committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    e7cc235 View commit details
    Browse the repository at this point in the history
  2. Remove another use of bulk

    jasontedor committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    bd2f8c0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into remove-bulk-fallback

    * master:
      Remove extra spaces from changelog
      Add support to match_phrase query for zero_terms_query. (elastic#29598)
      Fix incorrect references to 'zero_terms_docs' in query parsing error messages. (elastic#29599)
      Build: Move java home checks to pre-execution phase (elastic#29548)
      Avoid side-effect in VersionMap when assertion enabled (elastic#29585)
      [Tests] Remove accidental logger usage
      Add tests for ranking evaluation with aliases (elastic#29452)
      Deprecate use of `htmlStrip` as name for HtmlStripCharFilter (elastic#27429)
      Update plan for the removal of mapping types. (elastic#29586)
      [Docs] Add rankEval method for Jva HL client
      Make ranking evaluation details accessible for client
    jasontedor committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    4c28942 View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    jasontedor committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    f66a609 View commit details
    Browse the repository at this point in the history