[ 
https://issues.apache.org/jira/browse/HBASE-21660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guanghao Zhang updated HBASE-21660:
-----------------------------------
    Description: 
HBASE-21643 introduced two new coprocessor methods postIncrementBeforeWAL and 
postAppendBeforeWAL instead of the old coprocessor postMutationsBeforeWAL. 
These coprocessor methods give coprocessors to update the new cells before 
apply to WAL or memstore. But the cell's column family may be changed, too. So 
it should apply the new cell to memstore depend on the cell's column family.

 

> Apply the cell to right memstore for increment/append operation
> ---------------------------------------------------------------
>
>                 Key: HBASE-21660
>                 URL: https://issues.apache.org/jira/browse/HBASE-21660
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Guanghao Zhang
>            Assignee: Guanghao Zhang
>            Priority: Major
>
> HBASE-21643 introduced two new coprocessor methods postIncrementBeforeWAL and 
> postAppendBeforeWAL instead of the old coprocessor postMutationsBeforeWAL. 
> These coprocessor methods give coprocessors to update the new cells before 
> apply to WAL or memstore. But the cell's column family may be changed, too. 
> So it should apply the new cell to memstore depend on the cell's column 
> family.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to