File tree 1 file changed +2
-2
lines changed
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/scheduler
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,8 +194,8 @@ public void run() {
194
194
/*
195
195
* Allowing the throwable to escape here will lead to be it being caught in FutureTask#run and set as the outcome of this
196
196
* task; however, we never inspect the the outcomes of these scheduled tasks and so allowing the throwable to escape
197
- * unhandled here could lead to us losing fatal errors. Instead, we rely on ExceptionsHelper#maybeThrowErrorOnAnotherThread
198
- * to appropriately dispatch any error to the uncaught exception handler. We should never see an exception here as these do
197
+ * unhandled here could lead to us losing fatal errors. Instead, we rely on ExceptionsHelper#maybeDieOnAnotherThread to
198
+ * appropriately dispatch any error to the uncaught exception handler. We should never see an exception here as these do
199
199
* not escape from SchedulerEngine#notifyListeners.
200
200
*/
201
201
ExceptionsHelper .maybeDieOnAnotherThread (t );
You can’t perform that action at this time.
0 commit comments