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

2018-08-25 Thread Daniel Dai (JIRA)


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

Daniel Dai updated HIVE-20455:
--
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 3.2.0
   4.0.0
   Status: Resolved  (was: Patch Available)

Patch pushed to master/branch-3. Thanks Gopal bringing it out and reviewing the 
patch!

> 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
> Fix For: 4.0.0, 3.2.0
>
> Attachments: HIVE-20455.1.patch, HIVE-20455.2.patch
>
>
> 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)


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

2018-08-24 Thread Daniel Dai (JIRA)


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

Daniel Dai updated HIVE-20455:
--
Status: Patch Available  (was: Open)

> 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
> Attachments: HIVE-20455.1.patch, HIVE-20455.2.patch
>
>
> 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)


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

2018-08-24 Thread Daniel Dai (JIRA)


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

Daniel Dai updated HIVE-20455:
--
Attachment: HIVE-20455.2.patch

> 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
> Attachments: HIVE-20455.1.patch, HIVE-20455.2.patch
>
>
> 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)


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

2018-08-24 Thread Daniel Dai (JIRA)


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

Daniel Dai updated HIVE-20455:
--
Attachment: HIVE-20455.1.patch

> 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
> Attachments: HIVE-20455.1.patch
>
>
> 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)