[
https://issues.apache.org/jira/browse/HBASE-17252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15723795#comment-15723795
]
Hudson commented on HBASE-17252:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2079 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/2079/])
HBASE-17252 Wrong arguments for ValueAndTagRewriteCell in CellUtil (tedyu: rev
1fad920321f32686f39021bdbc5f64abcd35cb58)
* (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
> Wrong arguments for ValueAndTagRewriteCell in CellUtil
> ------------------------------------------------------
>
> Key: HBASE-17252
> URL: https://issues.apache.org/jira/browse/HBASE-17252
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 2.0.0
>
> Attachments: 17252.v1.txt, 17252.v2.txt
>
>
> In deepClone():
> {code}
> return new ValueAndTagRewriteCell(clonedBaseCell, this.tags,
> this.value);
> {code}
> The tags parameter should be the last parameter.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)