HBaseRPC$UnknownProtocolException should abort any client retries in 
HConnectionManager
---------------------------------------------------------------------------------------

                 Key: HBASE-4710
                 URL: https://issues.apache.org/jira/browse/HBASE-4710
             Project: HBase
          Issue Type: Bug
          Components: coprocessors
    Affects Versions: 0.92.0, 0.94.0
            Reporter: Gary Helmling


While {{HBaseRPC$UnknownProtocolException}} currently extends 
{{DoNotRetryIOException}}, it's still allowing retries of client RPCs when 
encountered in {{HConnectionManager.getRegionServerWithRetries()}}.  It turns 
out that {{UnknownProtocolException}} is missing a public constructor taking a 
single {{String}} argument, which is required when unwrapping an 
{{IOException}} from a {{RemoteException}} in 
{{RemoteExceptionHandler.decodeRemoteException()}}.

--
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