[
https://issues.apache.org/jira/browse/HBASE-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14568191#comment-14568191
]
Hudson commented on HBASE-13638:
--------------------------------
FAILURE: Integrated in HBase-1.0 #942 (See
[https://builds.apache.org/job/HBase-1.0/942/])
HBASE-13638 Put copy constructor is shallow (eclark: rev
064c5aa8883a3bd092fc3f1edfa599f0a1e5a601)
* hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestPut.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/Put.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)