You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2018/08/24 07:28:00 UTC

[jira] [Created] (HIVE-20455) Log spew from security.authorization.PrivilegeSynchonizer.run

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)