You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Zhangwei Wu (JIRA)" <ji...@apache.org> on 2019/04/03 18:02:04 UTC

[jira] [Created] (HBASE-22161) HBase rest scan silent fail when IOException thrown

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)