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 06:52:11 UTC

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

Madhan Neethiraj created RANGER-243:
---------------------------------------

             Summary: 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


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)