OpenSearch/x-pack/plugin
David Roberts d2461643cd
[ML] Move open job failure explanation out of root cause (#31925)
When an ML job cannot be allocated to a node the exception
contained an explanation of why the job couldn't be
allocated to each node in the cluster.  For large clusters
this was not particularly easy to read and made the error
displayed in the UI look very scary.

This commit changes the structure of the error to an outer
ElasticsearchException with a high level message and an
inner IllegalStateException containing the detailed
explanation.  Because the definition of root cause is the
innermost ElasticsearchException the detailed explanation
will not be the root cause (which is what Kibana displays).

Fixes #29950
2018-07-13 08:57:33 +01:00
..
core Access SSL contexts using names instead of Settings (#30953) 2018-07-13 16:40:09 +10:00
deprecation Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
graph Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
logstash Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
ml [ML] Move open job failure explanation out of root cause (#31925) 2018-07-13 08:57:33 +01:00
monitoring Access SSL contexts using names instead of Settings (#30953) 2018-07-13 16:40:09 +10:00
rollup mark RollupIT.testTwoJobsStartStopDeleteOne as AwaitsFix 2018-07-05 10:03:10 +02:00
security Access SSL contexts using names instead of Settings (#30953) 2018-07-13 16:40:09 +10:00
sql SQL: Add support for single parameter text manipulating functions (#31874) 2018-07-12 15:05:42 +03:00
src/test Watcher: Reenable start/stop yaml tests (#31754) 2018-07-03 14:52:52 +02:00
upgrade Remove deprecation warnings to prepare for Gradle 5 (sourceSets.main.output.classesDirs) (#30389) 2018-06-28 15:14:34 +03:00
watcher Access SSL contexts using names instead of Settings (#30953) 2018-07-13 16:40:09 +10:00
build.gradle Fix gradle4.8 deprecation warnings (#31654) 2018-06-29 19:17:19 +00:00