swamirishi opened a new pull request, #8125: URL: https://github.com/apache/ozone/pull/8125
## What changes were proposed in this pull request? Currently the mismatch api instead of looking into the containerKeyCountTable looks into containerKeyPrefix table which means more number of keys have to be looked into while getting mismatched container. The proposal here is to look into the containerKeyCountTable for checking the presence of the container and only look into the containerKeyPrefixTable if and only if the containerMetadata for container is needed to be returned. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12655 ## How was this patch tested? Existing unit tests -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org