OpenSearch/x-pack/plugin
Yannick Welsch 02a4ef38a7
Use system context for cluster state update tasks (#31241)
This commit makes it so that cluster state update tasks always run under the system context, only
restoring the original context when the listener that was provided with the task is called. A notable
exception is the clusterStatePublished(...) callback which will still run under system context,
because it's defined on the executor-level, and not the task level, and only called once for the
combined batch of tasks and can therefore not be uniquely identified with a task / thread context.

Relates #30603
2018-06-18 16:46:04 +02:00
..
core Use system context for cluster state update tasks (#31241) 2018-06-18 16:46:04 +02:00
deprecation Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
graph Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
logstash Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
ml Use system context for cluster state update tasks (#31241) 2018-06-18 16:46:04 +02:00
monitoring Core: Remove plain execute method on TransportAction (#30998) 2018-06-13 09:58:13 +02:00
rollup Uncouple persistent task state and status (#31031) 2018-06-15 09:26:47 +02:00
security Add byte array pooling to nio http transport (#31349) 2018-06-15 14:01:03 -06:00
sql SQL: Fix rest endpoint names in node stats (#31371) 2018-06-15 19:07:47 -04:00
src/test [ML] Put ML filter API response should contain the filter (#31362) 2018-06-15 21:15:35 +01:00
upgrade Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
watcher Revert upgrade to Netty 4.1.25.Final (#31282) 2018-06-12 19:26:18 -04:00
build.gradle SQL: Fix build on Java 10 2018-06-14 18:30:27 +03:00