[
https://issues.apache.org/jira/browse/HBASE-19550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16303807#comment-16303807
]
Hudson commented on HBASE-19550:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4289 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4289/])
HBASE-19550 Wrap the cell passed via Mutation#add(Cell) to be of (chia7712: rev
7ce1943ef3ef6865d0292364d5d9b51adf3e9827)
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Append.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Mutation.java
* (add)
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestPassCustomCellViaRegionObserver.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Put.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Delete.java
> Wrap the cell passed via Mutation#add(Cell) to be of ExtendedCell
> -----------------------------------------------------------------
>
> Key: HBASE-19550
> URL: https://issues.apache.org/jira/browse/HBASE-19550
> Project: HBase
> Issue Type: Task
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 2.0.0-beta-2
>
> Attachments: HBASE-19550.v0.patch, HBASE-19550.v1.patch
>
>
> We assume all cells in server are of ExtendedCell. However, cp user can add
> their cell impl via Put#add(Cell) in observer. That will cause
> UnsupportedOperationException when rs try to update the cell's timestamp and
> seq Id. We should do something for cp user...For example, wrap the passed
> cells to be a extendcell type.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)