devmadhuu opened a new pull request, #9167: URL: https://github.com/apache/ozone/pull/9167
## What changes were proposed in this pull request? This PR change is to correct the open keys and open key summary APIs to load OM metadata from new globalStats rocksDB table. Currently the APIs under /api/vi1/keys/open and /api/vi1/keys/open/summary and api/v1/keys/deletePending/summary defined in OMDBInsightEndpoint class reading om metadata for open keys from global stats table of sql derby DB. This needs to be fixed to read data from new globalstats rocksDB table. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13805 ## How was this patch tested? This patch is tested using junit and integration tests and local docker cluster. -- 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]
