Skip to content

Commit 1f33e65

Browse files
committed
Docs: Add ccr to the cat thread pool doc test
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
1 parent c74cd30 commit 1f33e65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/cat/thread_pool.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Which looks like:
1515
[source,txt]
1616
--------------------------------------------------
1717
node-0 analyze 0 0 0
18+
...
1819
node-0 fetch_shard_started 0 0 0
1920
node-0 fetch_shard_store 0 0 0
2021
node-0 flush 0 0 0
@@ -45,6 +46,7 @@ The second column is the thread pool name
4546
--------------------------------------------------
4647
name
4748
analyze
49+
ccr (default distro only)
4850
fetch_shard_started
4951
fetch_shard_store
5052
flush
@@ -81,6 +83,7 @@ active queue rejected
8183
0 0 0
8284
0 0 0
8385
0 0 0
86+
0 0 0
8487
1 0 0
8588
0 0 0
8689
0 0 0

0 commit comments

Comments
 (0)