You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2017/06/14 21:04:00 UTC

[jira] [Created] (PHOENIX-3938) Don't throw IOException out of coprocessor hooks

James Taylor created PHOENIX-3938:
-------------------------------------

             Summary: Don't throw IOException out of coprocessor hooks
                 Key: PHOENIX-3938
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3938
             Project: Phoenix
          Issue Type: Bug
            Reporter: James Taylor
            Assignee: Samarth Jain


We shouldn't wrap and throw exceptions as an IOException from coprocessor hooks since that'll trigger the retry logic which just delays throwing the exception back to the client. Instead, we should wrap in a DoNotRetryIOException.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)