[
https://issues.apache.org/jira/browse/HBASE-16856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15584109#comment-15584109
]
Hudson commented on HBASE-16856:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1805 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1805/])
HBASE-16856 Exception message in SyncRunner.run() should print (tedyu: rev
278625312047a2100f4dbb2d2eaa4e2219d00e14)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
> Exception message in SyncRunner.run() should print currentSequence
> ------------------------------------------------------------------
>
> Key: HBASE-16856
> URL: https://issues.apache.org/jira/browse/HBASE-16856
> Project: HBase
> Issue Type: Bug
> Components: wal
> Affects Versions: 2.0.0, 1.2.2, 1.1.7
> Reporter: Allan Yang
> Assignee: Allan Yang
> Priority: Minor
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-16856.patch
>
>
> A very small bug, a typo in exception message:
> {code}
> if (syncFutureSequence > currentSequence) {
> throw new IllegalStateException("currentSequence=" +
> syncFutureSequence
> + ", syncFutureSequence=" + syncFutureSequence);
> }
> {code}
> It should print currentSequence and syncFutureSequence, but print two
> syncFutureSequence
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)