Hudson commented on HBASE-15990:
--------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #1229 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1229/])
HBASE-15990 The priority value of subsequent coprocessors in the (apurtell: rev a35162afff4b99dfbbb85e7b7354031dfb2919a7)
* hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorHost.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, 0.98.21
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}
----------------------------------------------------------------------------------------------------------------
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, 0.98.21
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)