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

Hudson commented on HBASE-15497:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-1.2-JDK7 #214 (See 
[https://builds.apache.org/job/HBase-1.2-JDK7/214/])
HBASE-15497 Incorrect javadoc for atomicity guarantee of Increment and 
(chia7712: rev 55629b2c675311468caf76069dc3e276421d25c0)
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Table.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Append.java
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java


> Incorrect javadoc for atomicity guarantee of Increment and Append
> -----------------------------------------------------------------
>
>                 Key: HBASE-15497
>                 URL: https://issues.apache.org/jira/browse/HBASE-15497
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 2.0.0
>            Reporter: Jianwei Cui
>            Assignee: Jianwei Cui
>            Priority: Minor
>             Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
>         Attachments: HBASE-15497-v1.patch
>
>
> At the front of {{Increment.java}} file, there is comment about read 
> atomicity:
> {code}
>  * This operation does not appear atomic to readers.  Increments are done
>  * under a single row lock, so write operations to a row are synchronized, but
>  * readers do not take row locks so get and scan operations can see this
>  * operation partially completed.
> {code}
> It seems this comment is not true after MVCC integrated 
> [HBASE-4583|https://issues.apache.org/jira/browse/HBASE-4583]. Currently, the 
> readers can be guaranteed to read the whole result of Increment if I am not 
> wrong. Similar comments also exist in {{Append.java}}, {{Table#append(...)}} 
> and {{Table#increment(...)}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to