Uh oh!
There was an error while loading. Please reload this page.
HDDS-12745. Container checksum should be reported during container close and DN restart - #8204
Conversation
errose28
left a comment
There was a problem hiding this comment.
Thanks for fixing this @aswinshakil. Are there some existing container replication tests we can augment to test this as well?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hemantk-12
left a comment
There was a problem hiding this comment.
Thanks, @aswinshakil for the patch. Overall looks good to me apart from the existing comments.
Uh oh!
There was an error while loading. Please reload this page.
aswinshakil
commented
Apr 11, 2025
Filed HDDS-12824 to optimize container checksum read during DN startup. |
errose28
left a comment
There was a problem hiding this comment.
Just a few minor comments. Functionality LGTM when accounting for the follow up jira
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
errose28
left a comment
There was a problem hiding this comment.
Thanks for the fix. LGTM.
…anner-builds-mt * HDDS-10239-container-reconciliation: HDDS-12849. On demand container scanner should not be static (apache#8296) HDDS-12745. Container checksum should be reported during container close and DN restart (apache#8204) Conflicts: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/OnDemandContainerDataScanner.java hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/OzoneContainer.java hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/impl/TestContainerSet.java hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/ozoneimpl/TestOnDemandContainerDataScanner.java
What changes were proposed in this pull request?
KeyValueContainerDatahence the SCM doesn't get the checksum.What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-12745
How was this patch tested?
Integration Test