aryangupta1998 commented on a change in pull request #1561:
URL: https://github.com/apache/ozone/pull/1561#discussion_r521188665
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/block/BlockManagerImpl.java
##########
@@ -315,8 +318,8 @@ public void deleteBlocks(List<BlockID> blockIDs) throws
IOException {
} catch (IOException e) {
throw new IOException(
"Skip writing the deleted blocks info to"
- + " the delLog because addTransaction fails. Batch skipped: "
- + StringUtils.join(",", blockIDs), e);
+ + " the delLog because addTransaction fails. Keys skipped: "
+ + keyBlocksInfoList.size(), e);
Review comment:
Made suggested changes.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]