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

Ted Yu commented on HBASE-2256:
-------------------------------

>From 
>http://download.oracle.com/javase/1.5.0/docs/api/java/lang/System.html#nanoTime%28%29
> :
Differences in successive calls that span greater than approximately 292 years 
(263  nanoseconds) will not accurately compute elapsed time due to numerical 
overflow. 

> Delete row, followed quickly to put of the same row will sometimes fail.
> ------------------------------------------------------------------------
>
>                 Key: HBASE-2256
>                 URL: https://issues.apache.org/jira/browse/HBASE-2256
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.3
>            Reporter: Clint Morgan
>         Attachments: hbase-2256.patch
>
>
> Doing a Delete of a whole row, followed immediately by a put to that row will 
> sometimes miss a cell. Attached is a test to provoke the issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to