[ https://issues.apache.org/jira/browse/PHOENIX-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16454724#comment-16454724 ]
Hudson commented on PHOENIX-4700: --------------------------------- FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-0.98 #1868 (See [https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/1868/]) PHOENIX-4700 Fix split policy on system tables other than SYSTEM.CATALOG (jtaylor: rev 338611cdbddc75988e1d95b244a322f10900b742) * (add) phoenix-core/src/test/java/org/apache/phoenix/schema/SystemSplitPolicyTest.java * (add) phoenix-core/src/main/java/org/apache/phoenix/schema/SystemStatsSplitPolicy.java * (add) phoenix-core/src/main/java/org/apache/phoenix/schema/SplitOnLeadingVarCharColumnsPolicy.java * (add) phoenix-core/src/main/java/org/apache/phoenix/schema/SystemFunctionSplitPolicy.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)