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

Duo Zhang updated HBASE-19095:
------------------------------
    Release Note: 
Add 4 methods in RegionObserver:
preMemStoreCompaction
preMemStoreCompactionCompactScannerOpen
preMemStoreCompactionCompact
postMemStoreCompaction
preMemStoreCompaction and postMemStoreCompaction will always be called for all 
in memory compactions. Under eager mode, 
preMemStoreCompactionCompactScannerOpen will be called before opening store 
scanner to allow you changing the max versions and TTL, and 
preMemStoreCompactionCompact will be called after the creation to let you do 
wrapping.

  was:
dd 4 methods:
preMemStoreCompaction
preMemStoreCompactionCompactScannerOpen
preMemStoreCompactionCompact
postMemStoreCompaction
preMemStoreCompaction and postMemStoreCompaction will always be called for all 
in memory compactions. Under eager mode, 
preMemStoreCompactionCompactScannerOpen will be called before opening store 
scanner to allow you changing the max versions and TTL, and 
preMemStoreCompactionCompact will be called after the creation to let you do 
wrapping.


> Add CP hooks in RegionObserver for in memory compaction
> -------------------------------------------------------
>
>                 Key: HBASE-19095
>                 URL: https://issues.apache.org/jira/browse/HBASE-19095
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Coprocessors
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-19095-v1.patch, HBASE-19095-v2.patch, 
> HBASE-19095-v3.patch, HBASE-19095.patch
>
>
> This is a hole in our CP hooks.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to