[
https://issues.apache.org/jira/browse/HIVE-20455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai reassigned HIVE-20455:
---------------------------------
Assignee: Daniel Dai
> 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
> Assignee: Daniel Dai
> Priority: Major
>
> 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)