[ 
https://issues.apache.org/jira/browse/PHOENIX-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15630894#comment-15630894
 ] 

Hudson commented on PHOENIX-3434:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-master #1469 (See 
[https://builds.apache.org/job/Phoenix-master/1469/])
PHOENIX-3434 Avoid deserialization of ServerAggregators in (jamestaylor: rev 
268c395e63df2ee6b32fd23cfcb365439b2bfb93)
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/expression/aggregator/Aggregators.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/execute/ClientAggregatePlan.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/expression/aggregator/ServerAggregators.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)

Reply via email to