jteagles commented on a change in pull request #87:
URL: https://github.com/apache/tez/pull/87#discussion_r561287795
##########
File path:
tez-dag/src/main/java/org/apache/tez/dag/app/rm/DagAwareYarnTaskScheduler.java
##########
@@ -743,7 +743,7 @@ public float getProgress() {
++numHeartbeats;
if (LOG.isDebugEnabled() || numHeartbeats % 50 == 1) {
- LOG.info(constructPeriodicLog(freeResources));
+ LOG.debug(constructPeriodicLog(freeResources));
Review comment:
This is a new change from the previous patch and a good catch that has
been there since this file was created.
----------------------------------------------------------------
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]