Simhadri Govindappa created HIVE-27075:
------------------------------------------
Summary: 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
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)