[
https://issues.apache.org/jira/browse/HBASE-25927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bharath Vissapragada resolved HBASE-25927.
------------------------------------------
Resolution: Fixed
> 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
> Components: logging
> Affects Versions: 3.0.0-alpha-1, 2.5.0, 2.4.4
> Reporter: Sandeep Pal
> Assignee: Sandeep Pal
> Priority: Minor
> Fix For: 3.0.0-alpha-1, 2.5.0, 2.4.4
>
>
> 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)