[ 
https://issues.apache.org/jira/browse/HBASE-8869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Liang Xie updated HBASE-8869:
-----------------------------

    Status: Patch Available  (was: Open)
    
> incorrect javadoc for CompactionRequest.compareTo()
> ---------------------------------------------------
>
>                 Key: HBASE-8869
>                 URL: https://issues.apache.org/jira/browse/HBASE-8869
>             Project: HBase
>          Issue Type: Bug
>          Components: Compaction, documentation
>    Affects Versions: 0.95.1
>            Reporter: Liang Xie
>            Assignee: Liang Xie
>            Priority: Trivial
>         Attachments: HBASE-8869.txt
>
>
> {code}
>    * <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.
> {code}
> but in real code, the granularity is ns, not ms: this.timeInNanos = 
> System.nanoTime();

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to