You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ChiaPing Tsai (JIRA)" <ji...@apache.org> on 2016/06/08 07:31:20 UTC

[jira] [Updated] (HBASE-15990) The priority value of subsequent coprocessor in the Coprocessor.Priority.SYSTEM list are not incremented by one

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

ChiaPing Tsai updated HBASE-15990:
----------------------------------
    Attachment: HBASE-15990.patch

> The priority value of subsequent coprocessor in the Coprocessor.Priority.SYSTEM list are not incremented by one
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-15990
>                 URL: https://issues.apache.org/jira/browse/HBASE-15990
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: master
>            Reporter: ChiaPing Tsai
>            Priority: Trivial
>         Attachments: HBASE-15990.patch
>
>
> {code:title=CoprocessorHost.java|borderStyle=solid}
> // The Coprocessor.PRIORITY_SYSTEM should be replaced by priority
>         this.coprocessors.add(loadInstance(implClass, Coprocessor.PRIORITY_SYSTEM, conf));
>         LOG.info("System coprocessor " + className + " was loaded " +
>             "successfully with priority (" + priority++ + ").");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)