You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "churro morales (JIRA)" <ji...@apache.org> on 2017/02/21 23:14:44 UTC

[jira] [Created] (HBASE-17675) ReplicationEndpoint should choose new sinks if a SaslException occurs

churro morales created HBASE-17675:
--------------------------------------

             Summary: ReplicationEndpoint should choose new sinks if a SaslException occurs 
                 Key: HBASE-17675
                 URL: https://issues.apache.org/jira/browse/HBASE-17675
             Project: HBase
          Issue Type: Bug
            Reporter: churro morales


We had an issue where a regionserver on our destination side failed to refresh the keytabs.  The source side's replication got stuck because the HBaseInterClusterReplicationEndpoint only chooses new sinks if there happens to be a ConnectException but the SaslException is an IOException, which does not choose new sinks.  

I'll put up a patch to check this exception and choose new sinks.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)