errose28 commented on code in PR #8565:
URL: https://github.com/apache/ozone/pull/8565#discussion_r2143833320


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/checksum/ContainerChecksumTreeManager.java:
##########
@@ -395,6 +385,7 @@ public ByteString 
getContainerChecksumInfo(KeyValueContainerData data) throws IO
    * Callers are not required to hold a lock while calling this since writes 
are done to a tmp file and atomically
    * swapped into place.
    */
+  // TODO HDDS-12824 Once data checksum is stored in RocksDB this method can 
be removed.

Review Comment:
   Looks like we'll also need in the startup optimization PR because if the 
checksum is not in the DB for some reason we fall back to checking the tree 
file. I'll remove this comment.



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