OpenSearch/qa/die-with-dignity/src
Jason Tedor 67bfb765ee
Refactor Netty4Utils#maybeDie (#33021)
In our Netty layer we have had to take extra precautions against Netty
catching throwables which prevents them from reaching the uncaught
exception handler. This code has taken on additional uses in NIO layer
and now in the scheduler engine because there are other components in
stack traces that could catch throwables and suppress them from reaching
the uncaught exception handler. This commit is a simple cleanup of the
iterative evolution of this code to refactor all uses into a single
method in ExceptionsHelper.
2018-08-22 10:18:07 -04:00
..
main/java/org/elasticsearch Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
test/java/org/elasticsearch/qa/die_with_dignity Refactor Netty4Utils#maybeDie (#33021) 2018-08-22 10:18:07 -04:00