mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 14:05:27 +00:00
This commit removes some references to 5.x that were picked up when the migration docs for the cat API were migrated from 5.x to master. Relates #21342
8 lines
334 B
Plaintext
8 lines
334 B
Plaintext
[[breaking_60_cat_changes]]
|
|
=== Cat API changes
|
|
|
|
==== Unbounded queue size in cat thread pool
|
|
|
|
Previously if a queue size backing a thread pool was unbounded, the cat thread pool API would output an empty string in
|
|
the queue_size column. This has been changed to now output -1 so that the output is always present and always numeric.
|