adoroszlai commented on code in PR #8789:
URL: https://github.com/apache/ozone/pull/8789#discussion_r2227255042
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ContainerReplica.java:
##########
@@ -122,8 +122,12 @@ public boolean isEmpty() {
return isEmpty;
}
+ public ContainerChecksums getChecksums() {
+ return checksums;
+ }
+
public long getDataChecksum() {
Review Comment:
`long getDataChecksum` was retained on my request to reduce change in
existing tests. We don't need to adjust this class for future values.
--
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]