[
https://issues.apache.org/jira/browse/HBASE-16969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15957370#comment-15957370
]
Hadoop QA commented on HBASE-16969:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 0s
{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 10s {color}
| {color:red} HBASE-16969 does not apply to branch-1. Rebase required? Wrong
Branch? See https://yetus.apache.org/documentation/0.3.0/precommit-patchnames
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12839714/HBASE-16969.branch-1.v0.patch
|
| JIRA Issue | HBASE-16969 |
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/6334/console |
| Powered by | Apache Yetus 0.3.0 http://yetus.apache.org |
This message was automatically generated.
> 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: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Priority: Minor
> Fix For: 2.0.0, 1.4.0, 1.3.2
>
> Attachments: HBASE-16969.branch-1.v0.patch,
> HBASE-16969.branch-1.v0.patch, 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.15#6346)