[
https://issues.apache.org/jira/browse/PHOENIX-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16456800#comment-16456800
]
Hudson commented on PHOENIX-4700:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #1845 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/1845/])
PHOENIX-4700 Fix split policy on system tables other than SYSTEM.CATALOG
(jtaylor: rev 5c637e6dd4aabb9d8afe0e07a81533a96e111bfb)
* (add)
phoenix-core/src/main/java/org/apache/phoenix/schema/SystemStatsSplitPolicy.java
* (add)
phoenix-core/src/test/java/org/apache/phoenix/schema/SystemSplitPolicyTest.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/schema/SystemFunctionSplitPolicy.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/schema/SplitOnLeadingVarCharColumnsPolicy.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryConstants.java
> Fix split policy on system tables other than SYSTEM.CATALOG
> -----------------------------------------------------------
>
> Key: PHOENIX-4700
> URL: https://issues.apache.org/jira/browse/PHOENIX-4700
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Priority: Major
> Fix For: 4.14.0, 5.0.0
>
> Attachments: PHOENIX-4700.patch, PHOENIX-4700_wip1.patch
>
>
> The MetaDataSplitPolicy was changed to cause a table to never split. This is
> the right thing to do for SYSTEM.CATALOG, but not for the other system tables
> that use it. We need to create a new split policy as it was before for these
> other system tables.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)