Commit 6c0ccdf
authored
Run TransportClusterInfoActions on MANAGEMENT pool (#87973)
Today subclasses of `TransportClusterInfoAction` execute
`masterOperation` on `SAME` which often means a transport worker. This
includes nontrivial things like decompressing mappings in
`TransportGetMappingsAction` and `TransportGetIndexAction` (if a field
filter is specified) and iterating over index settings and aliases in
`TransportGetIndexAction`.
This commit moves this work to the `MANAGEMENT` threadpool instead.
Backport of #876791 parent 6941976 commit 6c0ccdf
File tree
2 files changed
+6
-1
lines changed- docs/changelog
- server/src/main/java/org/elasticsearch/action/support/master/info
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments