[
https://issues.apache.org/jira/browse/HBASE-9762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795047#comment-13795047
]
Anoop Sam John commented on HBASE-9762:
---------------------------------------
if (put == null) {
put = p;
So put is assigned with p and so it will contain the op attrs also...
Though there is a question arises now. When we have 2 Puts coming with same RK
(So comes in this combiner) but the Ops attrs values are different (Same attr
key but diff value) we will(may) loose the second one
> PutCombiners should add the OperationAttributes if present
> ----------------------------------------------------------
>
> Key: HBASE-9762
> URL: https://issues.apache.org/jira/browse/HBASE-9762
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0, 0.95.2, 0.94.12, 0.96.0
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Attachments: HBASE-9762.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)