You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Richard Antal (Jira)" <ji...@apache.org> on 2020/06/26 12:51:00 UTC

[jira] [Commented] (PHOENIX-5779) SplitSystemCatalogIT tests fail with Multiple Regions error

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

Richard Antal commented on PHOENIX-5779:
----------------------------------------

I have added some extra logging and found out the old code created a _Deque_ for the _availableRegionServers_ and moved a region to a region server by calling _availableRegionServers.pop()_.
It failed sometimes because an HBase balance Chore run and moved a region to a region server that was in availableRegionServers Deque.
Instead of populating the availableRegionServers at the beginning of the function I suppose to check the available region servers right before the move.

> 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.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)