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

Sandeep Guggilam commented on PHOENIX-5779:
-------------------------------------------

The error is coming from here : 
[https://github.com/apache/phoenix/blob/master/phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java#L1895]

 

This gets called from splitSystemCatalog() call from here : 
[https://github.com/apache/phoenix/blob/master/phoenix-core/src/it/java/org/apache/phoenix/end2end/SplitSystemCatalogIT.java#L60]

 

As per the logic in SplitSystemCatalogIT , this call should ideally be executed 
only once when the driver is null so that the other tests can just reuse the 
initialized driver and need not split the system catalog table again. But as 
per the test failures, it looks like multiple tests are going into the same 
block 

 

[~abhishek.chouhan] [~gjacoby] [~ckulkarni] Any thoughts ?

> SpliitSystemCatalogIT 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
>            Priority: Major
>
> 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)

Reply via email to