You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2016/11/28 23:27:58 UTC

[jira] [Created] (HBASE-17187) DoNotRetryExceptions from coprocessors should bubble up to the application

Enis Soztutar created HBASE-17187:
-------------------------------------

             Summary: DoNotRetryExceptions from coprocessors should bubble up to the application
                 Key: HBASE-17187
                 URL: https://issues.apache.org/jira/browse/HBASE-17187
             Project: HBase
          Issue Type: Bug
            Reporter: Enis Soztutar
            Assignee: Enis Soztutar


In HBASE-16604, we fixed a case where scanner retries was causing the scan to miss some data in case the scanner is left with a dirty state (like a half-seeked KVHeap). 

The patch introduced a minor compatibility issue, because now if a coprocessor throws DNRIOE, we still retry the ClientScanner indefinitely. 

The test {{ServerExceptionIT}} in Phoenix is failing because of this with HBASE-16604. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)