You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@omid.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/03 08:16:00 UTC

[jira] [Commented] (OMID-100) Throw non retriable exceptions from coprocessor and scanner implementors

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

ASF GitHub Bot commented on OMID-100:
-------------------------------------

Github user ohadshacham closed the pull request at:

    https://github.com/apache/incubator-omid/pull/35


> Throw non retriable exceptions from coprocessor and scanner implementors
> ------------------------------------------------------------------------
>
>                 Key: OMID-100
>                 URL: https://issues.apache.org/jira/browse/OMID-100
>             Project: Apache Omid
>          Issue Type: Sub-task
>            Reporter: James Taylor
>            Assignee: Ohad Shacham
>            Priority: Major
>         Attachments: OMID-100.patch
>
>
> HBase will retry 300+ times if an exception occurs on the server-side. To prevent this, implementors need to wrap any exceptions that occur with a DoNotRetryIOException
> This should be done for OmidSnapshotFilter, OmidCompactor, and OmidRegionScanner methods that implement HBase methods. For examples in Phoenix, see:
>  * BaseScannerRegionObserver.postScannerOpen()
>  * NonAggregateRegionScannerFactory.getTopNScanner() anonymous BaseRegionScanner implementation 



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