aljoscha closed pull request #7308: [FLINK-11165] Refine the task deploying log 
for easier finding of tas…
URL: https://github.com/apache/flink/pull/7308
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
 
b/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
index e3b501e52e8..a48352c03c5 100644
--- 
a/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
+++ 
b/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
@@ -597,7 +597,7 @@ public void deploy() throws JobException {
 
                        if (LOG.isInfoEnabled()) {
                                LOG.info(String.format("Deploying %s (attempt 
#%d) to %s", vertex.getTaskNameWithSubtaskIndex(),
-                                               attemptNumber, 
getAssignedResourceLocation().getHostname()));
+                                               attemptNumber, 
getAssignedResourceLocation()));
                        }
 
                        final TaskDeploymentDescriptor deployment = 
vertex.createDeploymentDescriptor(


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to