This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new a354751269 HDDS-12990. (addendum) Generate tree from metadata when it
does not exist during getContainerChecksumInfo call (#8881)
a354751269 is described below
commit a354751269c8baa27c2ea9095f8e29946ba65a0e
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Aug 7 06:46:56 2025 +0200
HDDS-12990. (addendum) Generate tree from metadata when it does not exist
during getContainerChecksumInfo call (#8881)
---
.../hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java
index 359464dc67..3647b8deac 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/checksum/TestContainerCommandReconciliation.java
@@ -247,7 +247,7 @@ public void testMerkleTreeCreationDuringGetChecksumInfo()
throws Exception {
File treeFile = getContainerChecksumFile(container.getContainerData());
// Closing the container should have generated the tree file.
ContainerProtos.ContainerChecksumInfo srcChecksumInfo =
ContainerChecksumTreeManager.readChecksumInfo(
- container.getContainerData()).get();
+ container.getContainerData());
assertTrue(treeFile.exists());
assertTrue(treeFile.delete());
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]