Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-1424

Log should be changed to info level

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.0.0
    • usersync
    • Patch

    Description

      Path:\ranger\ugsync\src\main\java\org\apache\ranger\usergroupsync\usergroupsync.java

      It should be LOG.info("Shutting down the UserGroupSync thread");

      public void run() {
      	try {
      		...
      	}
      	catch(Throwable t) {
      		LOG.error("UserGroupSync thread got an error", t);
      	}
      	finally {
      		LOG.error("Shutting down the UserGroupSync thread");
      	}
      }
      

      Attachments

        1. 0001-RANGER-1424.patch
          0.9 kB
          Qiang Zhang

        Activity

          People

            zhangqiang2 Qiang Zhang
            zhangqiang2 Qiang Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: