GJL commented on a change in pull request #7676: [FLINK-11364][tests] Port TaskManagerFailsITCase to new code base URL: https://github.com/apache/flink/pull/7676#discussion_r256292386
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniCluster.java ########## @@ -928,9 +931,16 @@ public void onFatalError(Throwable exception) { private class TerminatingFatalErrorHandlerFactory { + /** + * Create a new {@link TerminatingFatalErrorHandler} for the {@link TaskExecutor} with + * the given index. + * + * @param index into the {{@link #taskManagers}} collection to identify the correct {@link TaskExecutor}. Review comment: Are the double curly braces `{{}}` intended? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services