mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
5d767e449a
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.
42 lines
763 B
Plaintext
42 lines
763 B
Plaintext
// Use these for links to issue and pulls. Note issues and pulls redirect one to
|
|
// each other on Github, so don't worry too much on using the right prefix.
|
|
// :issue: https://github.com/elastic/elasticsearch/issues/
|
|
// :pull: https://github.com/elastic/elasticsearch/pull/
|
|
|
|
= Elasticsearch Release Notes
|
|
|
|
== Elasticsearch 7.0.0
|
|
|
|
=== Breaking Changes
|
|
|
|
<<write-thread-pool-fallback, Removed `thread_pool.bulk.*` settings and
|
|
`es.thread_pool.write.use_bulk_as_display_name` system property>> ({pull}29609[#29609])
|
|
|
|
=== Breaking Java Changes
|
|
|
|
=== Deprecations
|
|
|
|
=== New Features
|
|
|
|
=== Enhancements
|
|
|
|
=== Bug Fixes
|
|
|
|
=== Regressions
|
|
|
|
=== Known Issues
|
|
|
|
== Elasticsearch version 6.3.0
|
|
|
|
=== New Features
|
|
|
|
=== Enhancements
|
|
|
|
=== Bug Fixes
|
|
|
|
=== Regressions
|
|
|
|
=== Known Issues
|
|
|
|
|