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

stack commented on HBASE-2256:
------------------------------

[~heliangliang] I like this notion (It is related a bit to HBASE-8927).  The 
call to currentTimeMillis is done frequently.  I think we'd combine this change 
with an attempt at removing as many calls to currentTimeMillis as possible.  We 
might replace the currentTimeMillis calls that are for tiiming with nanotime 
calls instead and use this new class for Cell version).

> 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 was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to