You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/03/06 19:54:00 UTC

[jira] [Created] (IMPALA-9475) Track size of metadata usage for data cache

Joe McDonnell created IMPALA-9475:
-------------------------------------

             Summary: Track size of metadata usage for data cache
                 Key: IMPALA-9475
                 URL: https://issues.apache.org/jira/browse/IMPALA-9475
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend
    Affects Versions: Impala 3.4.0
            Reporter: Joe McDonnell


Currently, the memory used to track metadata for the data cache is untracked. When comparing cache eviction algorithms (or just monitoring the cache), the metadata size is a useful metric for comparison.

The cache implementation contains a kudu MemTracker ([ https://github.com/apache/impala/blob/master/be/src/util/cache/cache.cc#L154 ).|https://github.com/apache/impala/blob/master/be/src/util/cache/cache.cc#L154).] This MemTracker does not integrate with Impala's MemTracker hierarchy, and it tracks the usage in the cache (not the metadata size). This should be modified to track metadata size and integrate with Impala's MemTracker hierarchy.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org