Commit de2c1dc
Use default thread pools for Fleet Integration Knowledge system index (elastic#133265)
The Fleet Integration Knowledge index is a system index managed by Elasticsearch,
but functionally it behaves like a regular search index. To align with
this behavior, it should use the shared thread pools rather than the
dedicated system thread pool. This ensures consistency with other search
and ingest indices, while keeping the only distinction that it is managed
internally by Elasticsearch.1 parent 4c1ddbb commit de2c1dc
File tree
2 files changed
+12
-0
lines changed- server/src/main/java/org/elasticsearch/indices
- x-pack/plugin/fleet/src/main/java/org/elasticsearch/xpack/fleet
2 files changed
+12
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
20 | 29 | | |
21 | 30 | | |
22 | 31 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
283 | 286 | | |
284 | 287 | | |
285 | 288 | | |
| |||
0 commit comments