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

2017-11-09 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-17675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-17675:
---
Fix Version/s: 1.4.0

> 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.10
>
> 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.4.14#64029)


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

2017-11-08 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-17675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-17675:
---
Fix Version/s: (was: 1.4.0)

> 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.3.1, 1.2.5, 1.1.10
>
> 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.4.14#64029)


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

2017-04-18 Thread Nick Dimiduk (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-17675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Dimiduk updated HBASE-17675:
-
Summary: ReplicationEndpoint should choose new sinks if a SaslException 
occurs  (was: ReplicationEndpoint should choose new sinks if a SaslException 
occurs )

> 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.10
>
> 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)


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

2017-02-27 Thread Nick Dimiduk (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-17675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Dimiduk updated HBASE-17675:
-
Fix Version/s: (was: 1.1.9)
   1.1.10

> 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.10
>
> 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)


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

2017-02-21 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-17675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-17675:
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 1.1.9
   1.2.5
   1.4.0
   Status: Resolved  (was: Patch Available)

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


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

2017-02-21 Thread churro morales (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-17675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

churro morales updated HBASE-17675:
---
Status: Patch Available  (was: Open)

> 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.3.1
>
> 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)


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

2017-02-21 Thread churro morales (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-17675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

churro morales updated HBASE-17675:
---
Attachment: HBASE-17675.patch

here is the patch, applies to master and 1.3 cleanly 

> 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.3.1
>
> 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)


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

2017-02-21 Thread churro morales (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-17675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

churro morales updated HBASE-17675:
---
Fix Version/s: 1.3.1
   2.0.0

> 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.3.1
>
> 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)