Skip to content

Commit

Permalink
Docs: Add ccr to the cat thread pool doc test
Browse files Browse the repository at this point in the history
Since elastic#31251, we use the default distribution to test docs. With this
distribution, the cat thread-pool response will include the ccr
thread-pool. This commit adjusts /_cat/thread_pool doc to include ccr.

Relates elastic#31251
  • Loading branch information
dnhatn committed Jun 19, 2018
1 parent c74cd30 commit 1f33e65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/cat/thread_pool.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Which looks like:
[source,txt]
--------------------------------------------------
node-0 analyze 0 0 0
...
node-0 fetch_shard_started 0 0 0
node-0 fetch_shard_store 0 0 0
node-0 flush 0 0 0
Expand Down Expand Up @@ -45,6 +46,7 @@ The second column is the thread pool name
--------------------------------------------------
name
analyze
ccr (default distro only)
fetch_shard_started
fetch_shard_store
flush
Expand Down Expand Up @@ -81,6 +83,7 @@ active queue rejected
0 0 0
0 0 0
0 0 0
0 0 0
1 0 0
0 0 0
0 0 0
Expand Down

0 comments on commit 1f33e65

Please sign in to comment.