You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/04/04 16:38:00 UTC

[jira] [Work logged] (HIVE-22383) `alterPartitions` is invoked twice during dynamic partition load causing runtime delay

     [ https://issues.apache.org/jira/browse/HIVE-22383?focusedWorklogId=854857&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854857 ]

ASF GitHub Bot logged work on HIVE-22383:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Apr/23 16:37
            Start Date: 04/Apr/23 16:37
    Worklog Time Spent: 10m 
      Work Description: ayushtkn merged PR #4161:
URL: https://github.com/apache/hive/pull/4161




Issue Time Tracking
-------------------

    Worklog Id:     (was: 854857)
    Time Spent: 2h  (was: 1h 50m)

> `alterPartitions` is invoked twice during dynamic partition load causing runtime delay
> --------------------------------------------------------------------------------------
>
>                 Key: HIVE-22383
>                 URL: https://issues.apache.org/jira/browse/HIVE-22383
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>            Assignee: Dmitriy Fingerman
>            Priority: Major
>              Labels: performance, pull-request-available
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> First invocation in {{Hive::loadDynamicPartitions}}
> https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java#L2978
> https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java#L2638
> Second invocation in {{BasicStatsTask::aggregateStats}}
> https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/stats/BasicStatsTask.java#L335
> This leads to good amount of delay in dynamic partition loading.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)