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

Sean Busbey commented on HBASE-15585:
-------------------------------------

{code}
+      if (this.rsHost != null) {
+        boolean shouldWeEvenBother = rsHost.preStart();
+        if (!shouldWeEvenBother) {
{code}

Either make the variable final or elide the call directly into the if check

> 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)

Reply via email to