[
https://issues.apache.org/jira/browse/HBASE-18120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16025935#comment-16025935
]
Zheng Hu commented on HBASE-18120:
----------------------------------
[~stack], HBase-18003.v2.patch was made based on commit before
https://github.com/apache/hbase/commit/a3c5a74487fa47b6cb8b2132e7fdc5f0f4f7f314#diff-26998bf03ee86280cba0479998c6e23aL363
. and after commit a3c5a74487fa47b6cb8b2132e7fdc5f0f4f7f314, you removed
ExecutionException for createTableAndGetOneRegion(...) method. so
HBase-18003.v2.patch lead to compile error Now .
{code}
[ERROR]
/home/openinx/software/hbase.apache/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncRegionAdminApi.java:[361,75]
unreported exception java.util.concurrent.ExecutionException; must be caught
or declared to be thrown
[ERROR] -> [Help 1]
{code}
I uploaded a addendum for it .
> Fix TestAsyncRegionAdminApi
> ---------------------------
>
> Key: HBASE-18120
> URL: https://issues.apache.org/jira/browse/HBASE-18120
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 2.0.0
> Reporter: stack
> Assignee: Zheng Hu
> Fix For: 2.0.0
>
> Attachments: HBASE-18003.v2.patch
>
>
> This test fails for me locally. The patch from HBASE-18003 by [~openinx]
> fixes my failing test so stealing it from that issue and committing here
> (stealing it because the boys are working on TestAsyncTableAdminApi too over
> in HBASE-18003). Thanks for the patch [~openinx]
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)