sadanand48 commented on code in PR #6071:
URL: https://github.com/apache/ozone/pull/6071#discussion_r1462940774
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshot.java:
##########
@@ -1800,29 +1797,27 @@ public void testSnapDiffWithMultipleSSTs()
String keyPrefix = "key-";
// add file to bucket1 and take snapshot
createFileKeyWithPrefix(bucket1, keyPrefix);
+ int keyTableSize = getKeyTableSstFiles().size();
Review Comment:
I think keyTableSize will always be 0. Why is this added?
--
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]