abstractdog commented on code in PR #309:
URL: https://github.com/apache/tez/pull/309#discussion_r1342728602
##########
tez-dag/src/main/java/org/apache/tez/dag/app/RecoveryParser.java:
##########
@@ -741,12 +743,10 @@ public DAGRecoveryData parseRecoveryData() throws
IOException {
+ lastRecoveryFile);
break;
}
- FileStatus fileStatus = recoveryFS.getFileStatus(dagRecoveryFile);
lastRecoveryFile = dagRecoveryFile;
- LOG.info("Trying to recover dag from recovery file"
- + ", dagId=" + lastInProgressDAG.toString()
- + ", dagRecoveryFile=" + dagRecoveryFile
- + ", len=" + fileStatus.getLen());
+ LOG.info("Trying to recover dag from recovery file, dagId={},
dagRecoveryFile={}", lastInProgressDAG,
Review Comment:
removed fileStatus.getLen() from the log message, is it intentional?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]