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

incorrect javadoc for CompactionRequest.compareTo()

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

         * <p>Note: The date is only accurate to the millisecond which means it is
         * possible that two requests were inserted into the queue within a
         * millisecond.  When that is the case this function will break the tie
         * arbitrarily.
      

      but in real code, the granularity is ns, not ms: this.timeInNanos = System.nanoTime();

      Attachments

        1. HBASE-8869.txt
          1 kB
          Liang Xie

        Activity

          People

            xieliang007 Liang Xie
            xieliang007 Liang Xie
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: