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

[jira] [Created] (IMPALA-9556) Add tests for interactions between metadata operations and the data cache

Joe McDonnell created IMPALA-9556:
-------------------------------------

             Summary: Add tests for interactions between metadata operations and the data cache
                 Key: IMPALA-9556
                 URL: https://issues.apache.org/jira/browse/IMPALA-9556
             Project: IMPALA
          Issue Type: Test
          Components: Backend
    Affects Versions: Impala 4.0
            Reporter: Joe McDonnell


Both the data cache and the file handle cache need to handle different versions of a file (e.g. if a file is overwritten or appended). They use the modification time to make distinctions between different versions of the file. The modification times are going to come from the metadata.

We should have tests the integrate various metadata operations and configurations with the data cache to verify that the data cache continues to have the appropriate hit rate after unrelated metadata operations. This would help verify that modification times don't change unnecessarily.



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