File tree 1 file changed +3
-4
lines changed
core/src/main/java/org/elasticsearch/index/engine
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1927,10 +1927,9 @@ protected void doRun() throws Exception {
1927
1927
1928
1928
/**
1929
1929
* If the specified throwable is a fatal error, this exception will be thrown. Callers should ensure that there are no catch statements
1930
- * that would catch an error in the stack as the fatal error here should go uncaught and be handled by
1931
- * {@link org.elasticsearch.bootstrap.ElasticsearchUncaughtExceptionHandler}. If the specified throwable is indeed a fatal error, the
1932
- * specified message will attempt to be logged before throwing the fatal error. If the specified throwable is not a fatal error, this
1933
- * method is a no-op.
1930
+ * that would catch an error in the stack as the fatal error here should go uncaught and be handled by the uncaught exception handler
1931
+ * that we install during bootstrap. If the specified throwable is indeed a fatal error, the specified message will attempt to be logged
1932
+ * before throwing the fatal error. If the specified throwable is not a fatal error, this method is a no-op.
1934
1933
*
1935
1934
* @param maybeMessage the message to maybe log
1936
1935
* @param maybeFatal the throwable that is maybe fatal
You can’t perform that action at this time.
0 commit comments