You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/12/18 13:56:00 UTC

[jira] [Created] (HBASE-19550) Wrap the Put in cp layer to make sure all passed cells are of ExtendedCell

Chia-Ping Tsai created HBASE-19550:
--------------------------------------

             Summary: Wrap the Put in cp layer to make sure all passed cells are 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


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)