Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-28684 Remove CellWrapper and use ExtendedCell internally in client side data structure
- Resolved