OpenSearch/x-pack/plugin
Ryan Ernst 4f9332ee16
Core: Remove ThreadPool from base TransportAction (#31492)
Most transport actions don't need the node ThreadPool. This commit
removes the ThreadPool as a super constructor parameter for
TransportAction. The actions that do need the thread pool then have a
member added to keep it from their own constructor.
2018-06-21 11:25:26 -07:00
..
core Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
deprecation Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
graph Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
logstash Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
ml Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
monitoring Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
rollup Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
security Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
sql Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07: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 Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
build.gradle SQL: Fix build on Java 10 2018-06-14 18:30:27 +03:00