[
https://issues.apache.org/jira/browse/PHOENIX-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15631343#comment-15631343
]
Hudson commented on PHOENIX-3434:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-master #1470 (See
[https://builds.apache.org/job/Phoenix-master/1470/])
PHOENIX-3434 Avoid creating new Configuration in ClientAggregatePlan to
(jamestaylor: rev cb59b2e5a144bc8075f897e6a91bfd388fb8cc44)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/expression/aggregator/ServerAggregators.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/DelegateConnectionQueryServices.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/execute/ClientAggregatePlan.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/expression/function/SingleAggregateFunction.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionlessQueryServicesImpl.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServices.java
> Avoid creating new Configuration in ClientAggregatePlan to improve performance
> ------------------------------------------------------------------------------
>
> Key: PHOENIX-3434
> URL: https://issues.apache.org/jira/browse/PHOENIX-3434
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 4.9.0
>
> Attachments: PHOENIX-3434.patch, PHOENIX-3434_addendum1.patch
>
>
> The call to HBaseConfiguration.create() in ClientAggregatePlan is very slow
> and can be avoided by constructing the ServerAggregators from the
> ClientAggregators instead (since this all occurs on the client side).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)