OpenSearch/modules
Jason Tedor 446037ccb8 Die with dignity on the network layer
When a fatal error is thrown on the network layer, such an error never
makes its way to the uncaught exception handler. This prevents the node
from being torn down if an out of memory error or other fatal error is
thrown while handling HTTP or transport traffic. This commit adds logic
to ensure that such errors bubble their way up to the uncaught exception
handler, even though Netty tries really hard to swallow everything.

Relates #21720
2016-11-21 22:14:30 -05:00
..
aggs-matrix-stats Clean up of Script. 2016-11-10 09:59:13 -08:00
ingest-common add `ignore_missing` option to SplitProcessor (#20982) 2016-11-16 15:46:09 +02:00
lang-expression Upgrade to lucene-6.3.0. (#21464) 2016-11-14 09:36:45 +01:00
lang-groovy Wrap GroovyBugErrors in ScriptExceptions 2016-11-19 07:11:13 -05:00
lang-mustache Remove generics from ActionRequest 2016-11-14 15:32:01 -08:00
lang-painless Implement toString in painless's AST 2016-11-21 16:24:10 -05:00
percolator Merge remote-tracking branch 'upstream/master' into feature/seq_no 2016-11-15 17:09:08 +00:00
reindex Expose executor service interface from thread pool 2016-11-17 09:18:49 -05:00
transport-netty4 Die with dignity on the network layer 2016-11-21 22:14:30 -05:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00