ArafatKhan2198 opened a new pull request, #8788: URL: https://github.com/apache/ozone/pull/8788
…inerInfos & ContainerMetadata. ## 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 and also added a few more. -- 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]
