[
https://issues.apache.org/jira/browse/HIVE-25934?focusedWorklogId=752208&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-752208
]
ASF GitHub Bot logged work on HIVE-25934:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Apr/22 12:00
Start Date: 04/Apr/22 12:00
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #3015:
URL: https://github.com/apache/hive/pull/3015#discussion_r841657777
##########
ql/src/java/org/apache/hadoop/hive/ql/lockmgr/DbTxnManager.java:
##########
@@ -721,7 +721,7 @@ private void stopHeartbeat() {
// The lock should not be held by other thread trying to stop the
heartbeat for more than 31 seconds
isLockAcquired = heartbeatTaskLock.tryLock(31000, TimeUnit.MILLISECONDS);
} catch (InterruptedException e) {
- // safe to go on
+ Thread.currentThread().interrupt();
Review Comment:
How sure are we about this change?
Who will handle this Interrupt?
Issue Time Tracking
-------------------
Worklog Id: (was: 752208)
Time Spent: 2h 20m (was: 2h 10m)
> Non blocking RENAME PARTITION implementation
> --------------------------------------------
>
> Key: HIVE-25934
> URL: https://issues.apache.org/jira/browse/HIVE-25934
> Project: Hive
> Issue Type: Task
> Reporter: Denys Kuzmenko
> Assignee: Denys Kuzmenko
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> Implement RENAME PARTITION in a way that doesn't have to wait for currently
> running read operations to be finished.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)