aswinshakil commented on code in PR #10702:
URL: https://github.com/apache/ozone/pull/10702#discussion_r3561993214


##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java:
##########
@@ -907,11 +907,11 @@ private CompletableFuture<PutBlockResult> 
writeChunkToContainer(
     ChecksumData checksumData = checksum.computeChecksum(chunk, false);
     // side note: checksum object is shared with PutBlock's (blockData) 
checksum calc,
     // current impl does not support caching both
-    ChunkInfo chunkInfo = ChunkInfo.newBuilder()
+    ChunkInfo chunkInfo = decorateChunkInfo(ChunkInfo.newBuilder()
         .setChunkName(blockID.get().getLocalID() + "_chunk_" + ++chunkIndex)

Review Comment:
   Updated this. 



-- 
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]

Reply via email to