You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2016/09/17 00:10:20 UTC

[jira] [Comment Edited] (HIVE-14779) make DbTxnManager.HeartbeaterThread a daemon

    [ https://issues.apache.org/jira/browse/HIVE-14779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15497781#comment-15497781 ] 

Eugene Koifman edited comment on HIVE-14779 at 9/17/16 12:09 AM:
-----------------------------------------------------------------

If the client is something like CLI, then if VM crashes - all threads go away.
If the client thread just hangs forever, there is no way to know that the client died - as long as hearbeat is done in a separate thread (wherever it is) it will go on.

For HS2, the Sessions are cleaned up automatically when client goes away.  There are several variables that can be configured to define what "goes away" mean.  Depending on how the client connects, it may be immediate (TCP connection broken) or based on inactivity period for HTTP based connections.  cc [~thejas]




was (Author: ekoifman):
If the client is something like CLI, then if VM crashes - all threads go away.
If the client thread just hangs forever, there is no way to know that the client died - as long as hearbeat is done in a separate thread (wherever it is) it will go on.

For HS2, the Sessions are cleaned up automatically when client goes away.  There are several variables that can be configured to define what "goes away" mean.  Depending on how the client connects, it may be immediate (TCP connection broken) or based on inactivity period for HTTP based connections.



> make DbTxnManager.HeartbeaterThread a daemon
> --------------------------------------------
>
>                 Key: HIVE-14779
>                 URL: https://issues.apache.org/jira/browse/HIVE-14779
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 1.3.0, 2.1.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>            Priority: Minor
>         Attachments: HIVE-14779.patch
>
>
> setDaemon(true);
> make heartbeaterThreadPoolSize static 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)