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

Madhan Neethiraj updated RANGER-243:
------------------------------------
    Fix Version/s: 0.5.0

> 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
>             Fix For: 0.5.0
>
>         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)

Reply via email to