You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Qiang Zhang (JIRA)" <ji...@apache.org> on 2017/03/08 06:12:38 UTC

[jira] [Resolved] (RANGER-1424) Log should be changed to info level

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

Qiang Zhang resolved RANGER-1424.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

> Log should be changed to info level
> -----------------------------------
>
>                 Key: RANGER-1424
>                 URL: https://issues.apache.org/jira/browse/RANGER-1424
>             Project: Ranger
>          Issue Type: Bug
>          Components: usersync
>            Reporter: Qiang Zhang
>            Assignee: Qiang Zhang
>            Priority: Minor
>              Labels: patch
>             Fix For: 1.0.0
>
>         Attachments: 0001-RANGER-1424.patch
>
>
> Path:\ranger\ugsync\src\main\java\org\apache\ranger\usergroupsync\usergroupsync.java
> It should be LOG.info("Shutting down the UserGroupSync thread");
> {code}
> public void run() {
> 	try {
> 		...
> 	}
> 	catch(Throwable t) {
> 		LOG.error("UserGroupSync thread got an error", t);
> 	}
> 	finally {
> 		LOG.error("Shutting down the UserGroupSync thread");
> 	}
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)