Add note that thread pool settings are node-level

This commit adds a note to the breaking changes docs that since commit
da74323141a69bd06fc19a70bc072143e9f0e986, thread pool settings are no
longer cluster-level settings and thus not dynamically updatable.
This commit is contained in:
Jason Tedor 2016-06-17 15:17:56 -04:00
parent a3bd2de430
commit 245def80f0

View File

@ -92,6 +92,9 @@ The queue size setting for a fixed thread pool must be `queue_size`
(all other variants that were previously supported are no longer
supported).
Thread pool settings are now node-level settings. As such, it is not
possible to update thread pool settings via the cluster settings API.
==== Analysis settings
The `index.analysis.analyzer.default_index` analyzer is not supported anymore.