You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/10/06 18:56:53 UTC

[GitHub] [flink] GJL commented on a change in pull request #6464: [FLINK-9936][mesos] Mesos resource manager unable to connect to master after failover

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:
users@infra.apache.org