Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
ghx-label-4
Description
In LocalCatalog there is no need for every coordinator to have the full list of tables of every database. But, getCatalogMetrics ends up iterating over every DB and fetching these lists in order to provide a count. The count isn't particularly relevant – if someone wants to keep track of the size of their catalog they are better off looking at that metric from catalogd. We should remove these catalog metrics.
Attachments
Issue Links
- is related to
-
IMPALA-7127 Fetch-on-demand metadata for the impalad-side catalog
- Reopened
-
IMPALA-11409 Skip UpdateCatalogMetrics if another thead is on-going in it
- Resolved