[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-06-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16034088#comment-16034088 ] Hudson commented on HBASE-18111: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3119 (See

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-06-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16034047#comment-16034047 ] Hudson commented on HBASE-18111: SUCCESS: Integrated in Jenkins build HBase-1.4 #756 (See

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-06-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1602#comment-1602 ] Andrew Purtell commented on HBASE-18111: Failure is unrelated. Unless objection I will commit the

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-06-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16032546#comment-16032546 ] Hadoop QA commented on HBASE-18111: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16024313#comment-16024313 ] Hadoop QA commented on HBASE-18111: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16024265#comment-16024265 ] Hadoop QA commented on HBASE-18111: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-05-24 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16024129#comment-16024129 ] Guanghao Zhang commented on HBASE-18111: bq. Have you taken look at ZOOKEEPER-2785? It maybe a

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-05-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16024100#comment-16024100 ] Ted Yu commented on HBASE-18111: Have you taken look at ZOOKEEPER-2785 ? It was fixed recently. >

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-05-24 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16024096#comment-16024096 ] Guanghao Zhang commented on HBASE-18111: bq. but there is no need to close null connection. Got

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-05-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16024074#comment-16024074 ] Ted Yu commented on HBASE-18111: bq. The IOUtils.closeQuietly will handle the null case. I know that -

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-05-24 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16024056#comment-16024056 ] Guanghao Zhang commented on HBASE-18111: bq. When IOE is encountered, connection would be null.

[jira] [Commented] (HBASE-18111) Replication stuck when cluster connection is closed

2017-05-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16024038#comment-16024038 ] Ted Yu commented on HBASE-18111: {code} 194 IOUtils.closeQuietly(connection); {code} When IOE