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

Hudson commented on HBASE-21030:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-1.2-IT #1153 (See 
[https://builds.apache.org/job/HBase-1.2-IT/1153/])
HBASE-21030: Changed javadoc for append operation. (brfrn169: rev 
c045573f5702f25c892799547c53fae9b5c49a46)
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Table.java


> Correct javadoc for append operation
> ------------------------------------
>
>                 Key: HBASE-21030
>                 URL: https://issues.apache.org/jira/browse/HBASE-21030
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.0.0, 1.5.0
>            Reporter: Nihal Jain
>            Assignee: Subrat Mishra
>            Priority: Minor
>              Labels: beginner, beginners
>             Fix For: 3.0.0, 1.5.0, 1.3.3, 2.2.0, 1.4.8, 1.2.7, 2.1.1
>
>         Attachments: HBASE-21030.master.001.patch
>
>
> The doc for {{append}} operation is incorrect. (see {{@param append}} in the 
> code snippet below or 
> [Table.java#L566|https://github.com/apache/hbase/blob/3f5033f88ee9da2a5a42d058b9aefe57b089b3e1/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Table.java#L566])
> {code:java}
>   /**
>    * Appends values to one or more columns within a single row.
>    * <p>
>    * This operation guaranteed atomicity to readers. Appends are done
>    * under a single row lock, so write operations to a row are synchronized, 
> and
>    * readers are guaranteed to see this operation fully completed.
>    *
>    * @param append object that specifies the columns and amounts to be used
>    *                  for the increment operations
>    * @throws IOException e
>    * @return values of columns after the append operation (maybe null)
>    */
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to