[ https://issues.apache.org/jira/browse/PHOENIX-5779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152008#comment-17152008 ]
Hadoop QA commented on PHOENIX-5779: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/13007122/PHOENIX-5779.addendum.master.v4.patch against master branch at commit 713c8d953596f7a002502b7298a393414766a87e. ATTACHMENT ID: 13007122 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 0 new or modified tests. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:red}-1 lineLengths{color}. The patch introduces the following lines longer than 100: + HashMap<ServerName, List<HRegionInfo>> serverToRegionsList = Maps.newHashMapWithExpectedSize(NUM_SLAVES_BASE); + assertTrue("No region servers available to move regions on to ", !availableRegionServers.isEmpty()); {color:red}-1 core tests{color}. The patch failed these unit tests: ./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/4014//testReport/ Code Coverage results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/4014//artifact/phoenix-core/target/site/jacoco/index.html Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/4014//console This message is automatically generated. > SplitSystemCatalogIT tests fail with Multiple Regions error > ----------------------------------------------------------- > > Key: PHOENIX-5779 > URL: https://issues.apache.org/jira/browse/PHOENIX-5779 > Project: Phoenix > Issue Type: Bug > Affects Versions: 5.1.0 > Reporter: Sandeep Guggilam > Assignee: Richard Antal > Priority: Major > Attachments: PHOENIX-5779-addendum.master.v1.patch, > PHOENIX-5779-addendum.master.v2.patch, PHOENIX-5779.addendum.master.v3.patch, > PHOENIX-5779.addendum.master.v4.patch, PHOENIX-5779.master.v1.patch > > > I see the SplitSystemCatalogIT tests failing on master branch complaining > with the error " Multiple regions on server" when it tries to split the > system catalog. > > Sample builds where it failed: > [https://builds.apache.org/job/PreCommit-PHOENIX-Build/3560//testReport/] > [https://builds.apache.org/job/PreCommit-PHOENIX-Build/3571//testReport/] > -- This message was sent by Atlassian Jira (v8.3.4#803005)