[
https://issues.apache.org/jira/browse/PHOENIX-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14201724#comment-14201724
]
Hudson commented on PHOENIX-1413:
---------------------------------
SUCCESS: Integrated in Phoenix-3.0-hadoop1 #305 (See
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/305/])
PHOENIX-1413 Add Phoenix coprocessors with configurable priority (jtaylor: rev
4f1df52b78edbdae7950c26f5b7afd6677e4e319)
*
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/covered/example/CoveredColumnIndexSpecifierBuilder.java
* phoenix-core/src/main/java/org/apache/phoenix/hbase/index/Indexer.java
* phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
* phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java
*
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
*
phoenix-core/src/it/java/org/apache/phoenix/hbase/index/covered/EndToEndCoveredColumnsIndexBuilderIT.java
> Add Phoenix coprocessors with configurable priority
> ---------------------------------------------------
>
> Key: PHOENIX-1413
> URL: https://issues.apache.org/jira/browse/PHOENIX-1413
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 4.3, 3.3, 4.2.1, 3.2.1
>
> Attachments: PHOENIX-1413.patch
>
>
> We currently add Phoenix coprocessors with a priority of 1 or 2. We should
> instead have a config param for this and default it to something between the
> SYSTEM coprocessor value and the USER coprocessor value (like
> Integer.MAX_VALUE / 3).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)