You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2015/02/11 07:28:12 UTC

[jira] [Updated] (RANGER-243) AsyncAuditProvider thread should exit without delay on shutdown

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

Madhan Neethiraj updated RANGER-243:
------------------------------------
    Attachment: 0001-RANGER-243-AsyncAuditProvider-thread-should-exit-wit.patch

> AsyncAuditProvider thread should exit without delay on shutdown
> ---------------------------------------------------------------
>
>                 Key: RANGER-243
>                 URL: https://issues.apache.org/jira/browse/RANGER-243
>             Project: Ranger
>          Issue Type: Bug
>            Reporter: Madhan Neethiraj
>            Assignee: Madhan Neethiraj
>         Attachments: 0001-RANGER-243-AsyncAuditProvider-thread-should-exit-wit.patch
>
>
> Currently, the thread created by AsyncAuditProvider can wait upto 30 seconds before exiting during shutdown. This behavior is due to the mechanism used to notify the audit thread to quit - a flag set by the thread that signals to quit.
> Update this implementation to use Thread.interrupt() call, which will result in InterruptedException in the audit thread. This will ensure that the audit thread will not delay shutdown of the process (like namenode, hbase-servers, hive-server, etc).



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