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

TimeRange has a poorly formatted error message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.99.0
    • None
    • None
    • Reviewed

    Description

      In TimeRange.java if a user specifies an invalid range the error message
      throw new IllegalArgumentException("Timestamp cannot be negative. minStamp:" + minStamp
      + ", maxStamp" + maxStamp);
      is thrown.

      Notice a missing colon after maxStamp

      Attachments

        Activity

          People

            posix4e Alex Newman
            posix4e Alex Newman
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: