GJL commented on a change in pull request #6464: URL: https://github.com/apache/flink/pull/6464#discussion_r500526730
########## File path: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosResourceManager.java ########## @@ -794,7 +828,7 @@ public void run() { @Override public void disconnected(SchedulerDriver driver) { - runAsync(new Runnable() { + runAsyncWithoutFencing(new Runnable() { Review comment: No, I don't remember anymore. Does this line cause problems? To understand this line it could be helpful to change it to `runAsync` and run `flink-jepsen`. I am open to discuss it in a call. ---------------------------------------------------------------- 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: us...@infra.apache.org