Gopal V created HIVE-20455:
------------------------------

             Summary: Log spew from 
security.authorization.PrivilegeSynchonizer.run 
                 Key: HIVE-20455
                 URL: https://issues.apache.org/jira/browse/HIVE-20455
             Project: Hive
          Issue Type: Bug
            Reporter: Gopal V


Typo in the class name aside, this keeps running and thrashing through every 
single DB in the cluster if not all directories are actually accessible to the 
user who runs HS2.

{code}
2018-08-24T03:14:41,932  INFO [PrivilegeSynchonizer] metastore.HiveMetaStore: 
1: get_table : tbl=hive.airline_ontime.flights_raw
2018-08-24T03:14:41,932  INFO [PrivilegeSynchonizer] HiveMetaStore.audit: 
ugi=gopal     ip=unknown-ip-addr      cmd=get_table : 
tbl=hive.airline_ontime.flights_raw
{code}

The minimum fix needed is to move the Thread.sleep() outside of the try/catch 
block, so that the sleep is triggered even if the attempt throws an exception.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to