[
https://issues.apache.org/jira/browse/PHOENIX-6104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17255810#comment-17255810
]
Viraj Jasani commented on PHOENIX-6104:
---------------------------------------
Anyways, regardless of the approach that we go ahead with, it's good to add
this check that confirms regions are split successfully as you have also
confirmed:
{code:java}
+ List<RegionInfo> regionInfoList = admin.getRegions(fullTableName);
+ assertEquals(splitPoints.size(), regionInfoList.size());
{code}
> SplitSystemCatalogIT tests very unstable with Hbase 2.3
> -------------------------------------------------------
>
> Key: PHOENIX-6104
> URL: https://issues.apache.org/jira/browse/PHOENIX-6104
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 5.1.0
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
> Attachments: 6104-testouput.log
>
>
> The failure is in the test preparation code, where we split the system
> catalog table, and it seems to be a HBase issue, rather than a Phoenix one,
> but we need to track the issue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)