Ted Yu created HBASE-21040:
------------------------------

             Summary: printStackTrace() is used in RestoreDriver in case 
Exception is caught
                 Key: HBASE-21040
                 URL: https://issues.apache.org/jira/browse/HBASE-21040
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu


Here is related code:
{code}
    } catch (Exception e) {
      e.printStackTrace();
{code}
The correct way of logging stack trace is to use the Logger instance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to