[
https://issues.apache.org/jira/browse/HBASE-15990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323489#comment-15323489
]
Hudson commented on HBASE-15990:
--------------------------------
FAILURE: Integrated in HBase-1.4 #207 (See
[https://builds.apache.org/job/HBase-1.4/207/])
HBASE-15990 The priority value of subsequent coprocessors in the (yuzhihong:
rev a4e2b3856ea2db7f221330a6f6493f18ebfbc14f)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorHost.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java
> The priority value of subsequent coprocessors 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
> Assignee: ChiaPing Tsai
> Priority: Minor
> Fix For: 2.0.0, 1.4.0
>
> 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)