OpenSearch/qa/evil-tests/src/test
Yannick Welsch 4f941c6963 Do not swallow exceptions in TimedRunnable (#39856)
Executors of type fixed_auto_queue_size (i.e. search / search_throttled) wrap runnables into
TimedRunnable, which is an AbstractRunnable. This is dangerous as it might silently swallow
exceptions, and possibly miss calling a response listener. While this has not triggered any failures in
the tests I have run so far, it might help uncover future problems.

Follow-up to #36137
2019-03-11 19:03:12 +01:00
..
java/org/elasticsearch Do not swallow exceptions in TimedRunnable (#39856) 2019-03-11 19:03:12 +01:00
resources/org/elasticsearch Logging: Make node name consistent in logger (#31588) 2018-07-31 10:54:24 -04:00