[
https://issues.apache.org/jira/browse/RANGER-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Qiang Zhang updated RANGER-1424:
--------------------------------
Attachment: 0001-RANGER-1424.patch
> 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
> 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)