[
https://issues.apache.org/jira/browse/HBASE-16969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15624088#comment-15624088
]
Hudson commented on HBASE-16969:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.4 #505 (See
[https://builds.apache.org/job/HBase-1.4/505/])
HBASE-16969 RegionCoprocessorServiceExec should override the toString() (stack:
rev a969f8d7903d07ca1f6672db4b2a739c227e70a0)
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionCoprocessorServiceExec.java
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/CoordinatedStateManager.java
> RegionCoprocessorServiceExec should override the toString() for debugging
> -------------------------------------------------------------------------
>
> Key: HBASE-16969
> URL: https://issues.apache.org/jira/browse/HBASE-16969
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.0.0, 1.3.0
> Reporter: ChiaPing Tsai
> Assignee: ChiaPing Tsai
> Priority: Minor
> Fix For: 2.0.0, 1.4.0, 1.3.1
>
> Attachments: HBASE-16969.branch-1.v0.patch, HBASE-16969.v0.patch,
> HBASE-16969.v1.patch, HBASE-16969.v1.patch
>
>
> The toString() method is used to log in BatchErrors#makeException.
> {code:title=BatchErrors.java|borderStyle=solid}
> synchronized RetriesExhaustedWithDetailsException makeException(boolean
> logDetails) {
> if (logDetails) {LOG.error("Exception occurred! Exception details: " +
> throwables + ";\nActions: " + actions);
> }
> {code}
> If RegionCoprocessorServiceExec doesn’t override the toString(), we will see
> the hash code in the log message. That message is useless for debugging.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)