Zhangwei Wu created HBASE-22161:
-----------------------------------
Summary: HBase rest scan silent fail when IOException thrown
Key: HBASE-22161
URL: https://issues.apache.org/jira/browse/HBASE-22161
Project: HBase
Issue Type: Bug
Components: REST
Affects Versions: 2.1.4
Reporter: Zhangwei Wu
HBase rest scan may result incomplete data when
https://issues.apache.org/jira/browse/HBASE-14533 happened in hbase rest
service;
in ScannerResultGenerator.java @line 181
{code:java}
catch (IOException e) {
LOG.error(StringUtils.stringifyException(e));
}
{code}
when RetriesExhaustedException thrown, it just eat the exception and scan
complete without any error from client side view.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)