[
https://issues.apache.org/jira/browse/HBASE-15585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222493#comment-15222493
]
Sean Busbey commented on HBASE-15585:
-------------------------------------
{code}
- private static final Log LOG = LogFactory.getLog(HRegionServer.class);
+ public class CoprocessorNopeException extends CoprocessorException {
+ private static final long serialVersionUID = 0x1339F91;
+ public CoprocessorNopeException() {
+ super("Nope.");
+ }
+ }
+
+private static final Log LOG = LogFactory.getLog(HRegionServer.class);
{code}
please do not change the formatting of hte LOG member unnecessarily.
> RegionServer coprocessors are not flexible enough
> -------------------------------------------------
>
> Key: HBASE-15585
> URL: https://issues.apache.org/jira/browse/HBASE-15585
> Project: HBase
> Issue Type: Bug
> Components: Coprocessors, regionserver
> Reporter: Sergey Shelukhin
> Assignee: Sergey Shelukhin
> Attachments: HBASE-15585.patch
>
>
> While you can do all kinds of things with coprocessors, like arbitrarily
> discard memstore data or replace files randomly during compaction, I believe
> the ultimate power and flexibility is not there. The patch aims to address
> this shortcoming.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)