You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sandeep Pal (Jira)" <ji...@apache.org> on 2021/05/26 16:49:00 UTC

[jira] [Created] (HBASE-25927) Fix the log messages by not stringifying the exceptions in log

Sandeep Pal created HBASE-25927:
-----------------------------------

             Summary: Fix the log messages by not stringifying the exceptions in log
                 Key: HBASE-25927
                 URL: https://issues.apache.org/jira/browse/HBASE-25927
             Project: HBase
          Issue Type: Bug
            Reporter: Sandeep Pal
            Assignee: Sandeep Pal


There are few places where we stringify the exceptions and log, instead we should just pass them as a parameter to see the stack trace in good format. 

For example: https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReader.java#L175



--
This message was sent by Atlassian Jira
(v8.3.4#803005)