You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Allan Yang (JIRA)" <ji...@apache.org> on 2016/10/17 06:22:59 UTC

[jira] [Created] (HBASE-16856) Exception message in SyncRunner.run() should print currentSequence but syncFutureSequence

Allan Yang created HBASE-16856:
----------------------------------

             Summary: Exception message in SyncRunner.run() should print currentSequence but syncFutureSequence
                 Key: HBASE-16856
                 URL: https://issues.apache.org/jira/browse/HBASE-16856
             Project: HBase
          Issue Type: Bug
          Components: wal
    Affects Versions: 1.1.7, 1.2.2, 2.0.0
            Reporter: Allan Yang
            Assignee: Allan Yang
            Priority: Minor


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)