Jiayi-Liao commented on pull request #13412: URL: https://github.com/apache/flink/pull/13412#issuecomment-697164743
@rmetzger The test fails because we don't use a real `executor` as the `jobMasterMainThreadExecutor`, see #ComponentMainThreadExecutorServiceAdapter#forMainThread(), which means we cannot execute any async runnable on `jobMasterMainThreadExecutor` in the whole `ExecutionGraphRestartTest`. (don't know why it's designed at first) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
