You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/11/11 08:19:53 UTC

[GitHub] [ozone] aryangupta1998 commented on a change in pull request #1561: HDDS-4426. SCM should create transactions using all blocks received from OM

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org