[
https://issues.apache.org/jira/browse/HBASE-25215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17220290#comment-17220290
]
Duo Zhang commented on HBASE-25215:
-----------------------------------
I think the problem is that, when we add delay for scan, we will also fail the
locating operation as it is also a scan on meta table, so the exception will be
TimeoutIOException as when locating we use a different timeout setting. But if
we have already cached the location in cache, then we will get a
CallTimeoutException directly, which causes the test to fail.
> TestClientOperationTimeout.testScanTimeout is flaky
> ---------------------------------------------------
>
> Key: HBASE-25215
> URL: https://issues.apache.org/jira/browse/HBASE-25215
> Project: HBase
> Issue Type: Bug
> Components: flakies, test
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)