[
https://issues.apache.org/jira/browse/HBASE-17675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15877565#comment-15877565
]
Hudson commented on HBASE-17675:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-1.1-JDK7 #1846 (See
[https://builds.apache.org/job/HBase-1.1-JDK7/1846/])
HBASE-17675 ReplicationEndpoint should choose new sinks if a (apurtell: rev
7a196b7fb89bcf5bb83a8110e78575ab18a53012)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/HBaseInterClusterReplicationEndpoint.java
> 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
> Assignee: churro morales
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17675.patch
>
>
> 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)