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

stack commented on HBASE-21030:
-------------------------------

Its good to close [~brfrn169]

FYI, doc goes to master branch and then when we go to cut a release, we copy 
back from master branch editing out inappropriate parts. Not the best but thats 
how it is currently sir.

So, your commit to master means it'll get picked up by earlier branches.

Thanks.

> 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