adoroszlai commented on code in PR #6351:
URL: https://github.com/apache/ozone/pull/6351#discussion_r1608627831
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/container/common/helpers/ChunkInfo.java:
##########
@@ -97,10 +93,6 @@ public static ChunkInfo
getFromProtoBuf(ContainerProtos.ChunkInfo info)
chunkInfo.setChecksumData(
ChecksumData.getFromProtoBuf(info.getChecksumData()));
- if (info.hasStripeChecksum()) {
- chunkInfo.setStripeChecksum(info.getStripeChecksum());
- }
Review Comment:
No, `ChunkInfo` proto may have stripe checksum. However,
`getStripeChecksum` of the non-proto `ChunkInfo` is never called. I'll remove
this part of the change.
--
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]