Remove 5.x references from cat API migration doc
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
This commit is contained in:
parent
168c54fa6e
commit
b743ab0b07
|
@ -5,5 +5,3 @@
|
|||
|
||||
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.
|
||||
Note that if you're running in a mixed version cluster with 5.0.x and 5.1.y nodes, you will see different responses
|
||||
from the cat thread pool API depending on the version of the node that your request hits.
|
||||
|
|
Loading…
Reference in New Issue