James Taylor created OMID-100: --------------------------------- Summary: 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: Bug Reporter: James Taylor
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)