chungen0126 commented on code in PR #7074:
URL: https://github.com/apache/ozone/pull/7074#discussion_r1718523228
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueContainerMetadataInspector.java:
##########
@@ -525,12 +526,12 @@ static PendingDelete countPendingDeletesSchemaV2(
static long computePendingDeleteBytes(List<Long> localIDs,
KeyValueContainerData containerData,
- Table<String, BlockData> blockDataTable) {
+ Table<String, BlockData> blockDataTable,
DatanodeStoreWithIncrementalChunkList schemaTwoStore) {
Review Comment:
The parameter `blockDataTable` is not used in the function now. Maybe we can
clean it up.
--
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]