[
https://issues.apache.org/jira/browse/HBASE-18053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16011721#comment-16011721
]
Guanghao Zhang commented on HBASE-18053:
----------------------------------------
I add the ut in AbstractTestAsyncTableScan. And TestAsyncTableScanAll extends
AbstractTestAsyncTableScan, too. The scanAll method return a CompletableFuture.
So the exception is a ExecutionExceotion and caused by
NoSuchColumnFamilyException. So I changed the assert condition in v1 patch.
Thanks.
> AsyncTableResultScanner will hang when scan wrong column family
> ---------------------------------------------------------------
>
> Key: HBASE-18053
> URL: https://issues.apache.org/jira/browse/HBASE-18053
> Project: HBase
> Issue Type: Bug
> Components: Client
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Attachments: HBASE-18053.patch, HBASE-18053-v1.patch
>
>
> AsynTableResultScanner did not call notify(). So the next will hang on
> wait(). It is easy to fix. And will add a ut for this.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)