[ 
https://issues.apache.org/jira/browse/HBASE-8869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13700407#comment-13700407
 ] 

Hudson commented on HBASE-8869:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #599 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/599/])
    HBASE-8869 incorrect javadoc for CompactionRequest.compareTo() (Revision 
1499806)

     Result = SUCCESS
stack : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/CompactionRequest.java

                
> 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
>             Fix For: 0.98.0, 0.95.2
>
>         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