[ 
https://issues.apache.org/jira/browse/HBASE-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992022#comment-12992022
 ] 

stack commented on HBASE-3257:
------------------------------

Did a quick review.  +1 on commit.  There are a few things you might consider 
in my remarks.  The one that is a little worrying is notion that CP Host is 
instantiated even if CP is not configured on (This may just be me misreading 
code).

> Coprocessors: Extend server side integration API to include HLog operations
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-3257
>                 URL: https://issues.apache.org/jira/browse/HBASE-3257
>             Project: HBase
>          Issue Type: Sub-task
>          Components: coprocessors
>            Reporter: Andrew Purtell
>            Assignee: Mingjie Lai
>             Fix For: 0.92.0
>
>         Attachments: 3257-3.patch
>
>
> Coprocessor based extensions should be able to:
> * Observe, rewrite, or skip WALEdits as they are being written to the WAL
> * Write arbitrary content into WALEdits
> * Act on contents of WALEdits in the regionserver context during 
> reconstruction
> (update: remove WALEdit monitoring at master split. No need to use scope to 
> control the behavior here, since it could be done by a coprocessor 
> implementation.)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to