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



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotPoolImpl.java
##########
@@ -319,10 +319,11 @@ private void requestSlotFromResourceManager(
                checkNotNull(resourceManagerGateway);
                checkNotNull(pendingRequest);
 
-               log.info("Requesting new slot [{}] and profile {} from resource 
manager.", pendingRequest.getSlotRequestId(), 
pendingRequest.getResourceProfile());
-
                final AllocationID allocationId = new AllocationID();
 
+               log.info("Requesting new slot [{}] and profile {} with 
AllocationID {} from resource manager.",

Review comment:
       ```suggestion
                log.info("Requesting new slot [{}] and profile {} with 
allocation id {} from resource manager.",
   ```




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