[
https://issues.apache.org/jira/browse/HIVE-26804?focusedWorklogId=840965&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-840965
]
ASF GitHub Bot logged work on HIVE-26804:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jan/23 06:19
Start Date: 23/Jan/23 06:19
Worklog Time Spent: 10m
Work Description: rkirtir commented on code in PR #3880:
URL: https://github.com/apache/hive/pull/3880#discussion_r1083679630
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java:
##########
@@ -247,6 +248,8 @@ abstract class TxnHandler implements TxnStore,
TxnStore.MutexAPI {
private static final int ALLOWED_REPEATED_DEADLOCKS = 10;
private static final Logger LOG =
LoggerFactory.getLogger(TxnHandler.class.getName());
+ Map<Long, AbortCompactionResponseElement> abortCompactionResponseElements =
new HashMap<>();
Review Comment:
fixed
Issue Time Tracking
-------------------
Worklog Id: (was: 840965)
Time Spent: 2h 40m (was: 2.5h)
> Cancel Compactions in initiated state
> -------------------------------------
>
> Key: HIVE-26804
> URL: https://issues.apache.org/jira/browse/HIVE-26804
> Project: Hive
> Issue Type: New Feature
> Components: Hive
> Reporter: KIRTI RUGE
> Assignee: KIRTI RUGE
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)