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

Jimmy Xiang commented on HBASE-5845:
------------------------------------

To handle single Put execution separately, while still use the same 
RetriesExhaustedWithDetailsException,
the code is kind of complex and it seems not give us much benefit. The reason 
for that is
RetriesExhaustedWithDetailsException expects an action and the corresponding 
region server info.

Let's re-open it later if it is really an issue.
                
> Single Put should use RetriesExhaustedWithDetailsException in case any 
> exception
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-5845
>                 URL: https://issues.apache.org/jira/browse/HBASE-5845
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>            Priority: Minor
>
> In HBASE-5824, attempt was made to handle single Put execution separately. 
> Put has two exception paths thereafter. It's better to keep one exception for 
> easy exception handling.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to