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



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
##########
@@ -1638,6 +1636,14 @@ private boolean transitionState(ExecutionState 
currentState, ExecutionState targ
                }
        }
 
+       private String getLocationInformation() {
+               if (assignedResource != null) {
+                       return 
assignedResource.getTaskManagerLocation().toString();
+               } else {
+                       return "not deployed";

Review comment:
       Sounds like a good idea. I will update it.




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