aswinshakil commented on code in PR #4436:
URL: https://github.com/apache/ozone/pull/4436#discussion_r1145114860
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/snapshot/OMSnapshotCreateResponse.java:
##########
@@ -77,9 +76,9 @@ public void addToDBBatch(OMMetadataManager omMetadataManager,
key, snapshotInfo);
// TODO: [SNAPSHOT] Move to createOmSnapshotCheckpoint and add table lock
- // Remove all entries from renamedKeyTable
- TableIterator<String, ? extends Table.KeyValue<String, OmKeyRenameInfo>>
- iterator = omMetadataManager.getRenamedKeyTable().iterator();
+ // Remove all entries from snapshotRenamedKeyTable
+ TableIterator<String, ? extends Table.KeyValue<String, String>>
Review Comment:
Done.
--
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]