guihecheng commented on a change in pull request #3124:
URL: https://github.com/apache/ozone/pull/3124#discussion_r813494137
##########
File path:
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/io/ECKeyOutputStream.java
##########
@@ -426,8 +430,11 @@ private int writeToOutputStream(BlockOutputStreamEntry
current, long len,
}
current.write(b, off, writeLen);
} catch (IOException ioe) {
- LOG.debug("Exception:: writeLen: " + writeLen + ", total len:" + len,
- ioe);
+ LOG.debug(
+ "Exception while writing the cell buffers. The writeLen: " + writeLen
+ + ". The block internal index is: "
+ + current
+ .getCurrentStreamIdx(), ioe);
Review comment:
Nit: looks like a redundant newline here.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]