[
https://issues.apache.org/jira/browse/PHOENIX-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14201324#comment-14201324
]
Hudson commented on PHOENIX-1402:
---------------------------------
FAILURE: Integrated in Phoenix-master #476 (See
[https://builds.apache.org/job/Phoenix-master/476/])
PHOENIX-1402 Don't recalculate stats on split (jtaylor: rev
d42fffe019f757b00ff37c6d149e153f9bf97123)
* phoenix-core/src/it/java/org/apache/phoenix/end2end/StatsCollectorIT.java
* phoenix-core/src/main/java/org/apache/phoenix/util/UpgradeUtil.java
* phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsUtil.java
* dev/eclipse_prefs_phoenix.epf
* pom.xml
* phoenix-core/src/main/java/org/apache/phoenix/schema/stats/GuidePostsInfo.java
*
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java
*
phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsCollector.java
*
phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsWriter.java
* phoenix-core/src/main/java/org/apache/phoenix/iterate/ParallelIterators.java
> Don't recalculate stats on split
> --------------------------------
>
> Key: PHOENIX-1402
> URL: https://issues.apache.org/jira/browse/PHOENIX-1402
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Attachments: PHOENIX-1402.patch, PHOENIX-1402_v2.patch
>
>
> Rather than scan the new regions on a split (which is potentially expensive,
> and might be causing the timeouts you're seeing [~jfernando_sfdc]), we should
> instead just split up the existing guideposts between new two new regions
> based on the split point.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)