cnauroth opened a new pull request, #5863: URL: https://github.com/apache/hive/pull/5863
### What changes were proposed in this pull request? Correct assignment of metastore object count metrics. ### Why are the changes needed? [HIVE-26701](https://issues.apache.org/jira/browse/HIVE-26701) enhanced metrics for connection pools. It also included some refactoring of existing metrics code in `HMSHandler`. It appears that this change accidentally swapped some metric names, so that `total_count_dbs` counts tables, `total_count_tables` counts partitions and `total_count_partitions` counts databases. ### Does this PR introduce _any_ user-facing change? Yes, previous mismatched total metrics will now show correctly. ### How was this patch tested? Manual testing. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org