[
https://issues.apache.org/jira/browse/HBASE-21030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16593466#comment-16593466
]
Hudson commented on HBASE-21030:
--------------------------------
Results for branch branch-1
[build #433 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/433/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/433//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk7 checks{color}
-- For more information [see jdk7
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/433//JDK7_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/433//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
> 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)