[
https://issues.apache.org/jira/browse/HBASE-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14568304#comment-14568304
]
Hudson commented on HBASE-13638:
--------------------------------
SUCCESS: Integrated in HBase-1.2 #125 (See
[https://builds.apache.org/job/HBase-1.2/125/])
HBASE-13638 Put copy constructor is shallow (eclark: rev
93148719ba9626a5267e27d6e951aef63a930a68)
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/Put.java
* hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestPut.java
> Put copy constructor is shallow
> -------------------------------
>
> Key: HBASE-13638
> URL: https://issues.apache.org/jira/browse/HBASE-13638
> Project: HBase
> Issue Type: Bug
> Reporter: Dave Latham
> Assignee: Changgeng Li
> Fix For: 2.0.0, 1.0.2, 1.2.0, 1.1.1
>
> Attachments: HBASE-13638-v2.patch, HBASE-13638-v3.patch
>
>
> The Put copy constructor ends up with Puts sharing Lists of Cells for the
> same family. Adding a Cell to the copied Put affects the original Put also.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)