ChenSammi commented on code in PR #7074:
URL: https://github.com/apache/ozone/pull/7074#discussion_r1722646847


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueContainerMetadataInspector.java:
##########
@@ -525,12 +524,12 @@ static PendingDelete countPendingDeletesSchemaV2(
 
   static long computePendingDeleteBytes(List<Long> localIDs,
       KeyValueContainerData containerData,
-      Table<String, BlockData> blockDataTable) {
+      DatanodeStoreWithIncrementalChunkList schemaTwoStore) {

Review Comment:
   It looks like both countPendingDeletesSchemaV3 and 
countPendingDeletesSchemaV2 will call this computePendingDeleteBytes.  Could 
you rename schemaTwoStore to maybe only "store"? 



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