You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Denys Kuzmenko (Jira)" <ji...@apache.org> on 2022/04/13 09:35:00 UTC

[jira] [Resolved] (HIVE-26121) Hive transaction rollback should be thread-safe

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

Denys Kuzmenko resolved HIVE-26121.
-----------------------------------
    Resolution: Fixed

> Hive transaction rollback should be thread-safe
> -----------------------------------------------
>
>                 Key: HIVE-26121
>                 URL: https://issues.apache.org/jira/browse/HIVE-26121
>             Project: Hive
>          Issue Type: Task
>            Reporter: Denys Kuzmenko
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> When Hive query is being interrupted via cancel request, both the background pool thread (HiveServer2-Background) executing the query and the HttpHandler thread (HiveServer2-Handler) running the HiveSession.cancelOperation logic will eventually trigger the below method:
> {code}
> DriverTxnHandler.endTransactionAndCleanup(boolean commit)
> {code}
> Since this method could be invoked concurrently we need to synchronize access to it, so that only 1 thread would attempt to abort the transaction and stop the heartbeat.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)