Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-16856

Exception message in SyncRunner.run() should print currentSequence

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.2.2, 1.1.7, 2.0.0
    • 1.4.0, 2.0.0
    • wal
    • None
    • Reviewed

    Description

      A very small bug, a typo in exception message:

      if (syncFutureSequence > currentSequence) {
                    throw new IllegalStateException("currentSequence=" + syncFutureSequence
                        + ", syncFutureSequence=" + syncFutureSequence);
                  }
      

      It should print currentSequence and syncFutureSequence, but print two syncFutureSequence

      Attachments

        1. HBASE-16856.patch
          0.9 kB
          Allan Yang

        Activity

          People

            allan163 Allan Yang
            allan163 Allan Yang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: