Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-22161

HBase rest scan silent fail when IOException thrown

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.1.4
    • None
    • REST
    • None

    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

       

      catch (IOException e) {
          LOG.error(StringUtils.stringifyException(e));
      }
      

      when RetriesExhaustedException thrown, it just eat the exception and scan complete without any error from client side view, which result severe business impact. 

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            zhangweiwu Zhangwei Wu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: