tillrohrmann commented on a change in pull request #6464:
URL: https://github.com/apache/flink/pull/6464#discussion_r500456079



##########
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:
       @GJL do you still remember why this message needs to be run w/o fencing?




----------------------------------------------------------------
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]


Reply via email to