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 2018/08/14 16:19:46 UTC

[GitHub] yanghua commented on a change in pull request #6550: [FLINK-10137][YARN] Log completed containers.

yanghua commented on a change in pull request #6550: [FLINK-10137][YARN] Log completed containers.
URL: https://github.com/apache/flink/pull/6550#discussion_r210015723
 
 

 ##########
 File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManager.java
 ##########
 @@ -323,9 +323,10 @@ public float getProgress() {
 	}
 
 	@Override
-	public void onContainersCompleted(final List<ContainerStatus> list) {
+	public void onContainersCompleted(final List<ContainerStatus> statuses) {
 		runAsync(() -> {
-				for (final ContainerStatus containerStatus : list) {
+				log.debug("YARN ResourceManager reported the following containers completed: {}.", statuses);
 
 Review comment:
   here will call the list's toString method? Is the format suitable?

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


With regards,
Apache Git Services