[ 
https://issues.apache.org/jira/browse/HBASE-17187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855689#comment-15855689
 ] 

Hudson commented on HBASE-17187:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-1.1-JDK7 #1838 (See 
[https://builds.apache.org/job/HBase-1.1-JDK7/1838/])
HBASE-17187 DoNotRetryExceptions from coprocessors should bubble up to (enis: 
rev 62f7b395279301999b374392a2d9824ae191485f)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientScanner.java
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java


> 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
>             Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
>         Attachments: hbase-17187_v1.patch, hbase-17187_v2.patch, 
> hbase-17187_v3.patch
>
>
> 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.15#6346)

Reply via email to