[
https://issues.apache.org/jira/browse/HBASE-18003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16024162#comment-16024162
]
Zheng Hu commented on HBASE-18003:
----------------------------------
In previous admin.createTable() , here, admin is a AsyncHBaseAdmin. So I
created a table by a async operation without CompletableFuture.get().
Then, at different time, we'll get different online region size because our
regions are being online in the background. (I made this mistake)
I fix it by using a sync TEST_UTIL.getAdmin().createTable().
> Fix flaky test TestAsyncTableAdminApi and TestAsyncRegionAdminApi
> -----------------------------------------------------------------
>
> Key: HBASE-18003
> URL: https://issues.apache.org/jira/browse/HBASE-18003
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Reporter: Guanghao Zhang
> Assignee: Zheng Hu
> Fix For: 2.0.0
>
> Attachments: HBASE-18003.v1.patch
>
>
> See
> https://builds.apache.org/job/HBASE-Find-Flaky-Tests/lastSuccessfulBuild/artifact/dashboard.html
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)