[ 
https://issues.apache.org/jira/browse/HBASE-22161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhangwei Wu updated HBASE-22161:
--------------------------------
    Description: 
HBase rest scan may result incomplete data when 
https://issues.apache.org/jira/browse/HBASE-14533 or any other unexpected 
IOException 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, which result severe business 
impact. 

 

  was:
HBase rest scan may result incomplete data when 
https://issues.apache.org/jira/browse/HBASE-14533 or any other unexpected 
IOException 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. 

 

 


> 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
>            Priority: Major
>
> HBase rest scan may result incomplete data when 
> https://issues.apache.org/jira/browse/HBASE-14533 or any other unexpected 
> IOException 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, which result severe 
> business impact. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to