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/02/13 11:48:00 UTC

[jira] [Updated] (HIVE-27075) removeDuplicateCompletedTxnComponents() task must start only if compactions are enabled.

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

ASF GitHub Bot updated HIVE-27075:
----------------------------------
    Labels: pull-request-available  (was: )

> removeDuplicateCompletedTxnComponents() task must start only if compactions are enabled.
> ----------------------------------------------------------------------------------------
>
>                 Key: HIVE-27075
>                 URL: https://issues.apache.org/jira/browse/HIVE-27075
>             Project: Hive
>          Issue Type: Task
>          Components: Hive
>            Reporter: Simhadri Govindappa
>            Assignee: Simhadri Govindappa
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In the HiveAcidHouskeeperService, ([AcidHouseKeeperService.java#L85|https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/AcidHouseKeeperService.java#L85] ). removeDuplicateCompletedTxnComponents() task is an expensive operation an needed only for compaction. Therefore, we should probably move it under the isCompactorEnabled if block. 



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