You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2020/06/26 23:12:00 UTC

[jira] [Assigned] (HIVE-23768) Metastore's update service wrongly strips partition column stats from the cache

     [ https://issues.apache.org/jira/browse/HIVE-23768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stamatis Zampetakis reassigned HIVE-23768:
------------------------------------------


> Metastore's update service wrongly strips partition column stats from the cache
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-23768
>                 URL: https://issues.apache.org/jira/browse/HIVE-23768
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Stamatis Zampetakis
>            Assignee: Stamatis Zampetakis
>            Priority: Critical
>
> Metastore's update service wrongly strips partition column stats from the cache in an attempt to update them. The issue may go unnoticed since missing stats do not lead to query failures. 
> However, they can alter significantly the query plan affecting performance. Moreover, they lead to flakiness since some times the stats are present and sometimes are not leading to a query that has a different plan overtime. 
> Normally missing elements from the cache shouldn't be a correctness problem since we can always fallback to the raw stats. Unfortunately, there are many interconnections with other parts of the code (e.g., code to obtain aggregate statistics) where this contract breaks.   



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