[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2019-07-25 Thread Michael Ho (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16893181#comment-16893181 ] Michael Ho commented on KUDU-2192: -- Yes, another potential TODO is to add TCP_USER_TIMEOUT for all

[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2019-07-25 Thread Adar Dembo (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16893174#comment-16893174 ] Adar Dembo commented on KUDU-2192: -- [~kwho] is there anything left to do for this JIRA? > KRPC should

[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2019-06-28 Thread Michael Ho (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875292#comment-16875292 ] Michael Ho commented on KUDU-2192: -- Added SO_KEEPALIVE inĀ 

[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2018-01-23 Thread Michael Ho (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16336768#comment-16336768 ] Michael Ho commented on KUDU-2192: -- Thanks [~tlipcon] and [~mmokhtar]. Looks like this may not be a bug

[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2018-01-23 Thread Mostafa Mokhtar (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16336750#comment-16336750 ] Mostafa Mokhtar commented on KUDU-2192: --- [~kwho] Queries fail in a similar way when network

[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2018-01-22 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16334562#comment-16334562 ] Todd Lipcon commented on KUDU-2192: --- I dont think we have any 30-minute timer in the krpc code itself. My

[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2018-01-19 Thread Michael Ho (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16333149#comment-16333149 ] Michael Ho commented on KUDU-2192: -- [~mmokhtar], thanks for confirming. Off the top of my head, it's

[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2018-01-19 Thread Mostafa Mokhtar (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16333051#comment-16333051 ] Mostafa Mokhtar commented on KUDU-2192: --- [~kwho] [~sailesh] [~hubert.sun] Tried network partitioning

[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2017-11-29 Thread Dan Burkert (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16271363#comment-16271363 ] Dan Burkert commented on KUDU-2192: --- Sounds good! > KRPC should have a timer to close stuck connections

[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2017-11-29 Thread Michael Ho (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16271338#comment-16271338 ] Michael Ho commented on KUDU-2192: -- We plan to implement this as part of fault-injection testing in Impala

[jira] [Commented] (KUDU-2192) KRPC should have a timer to close stuck connections

2017-11-29 Thread Dan Burkert (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16271335#comment-16271335 ] Dan Burkert commented on KUDU-2192: --- [~kwho] have you been able to write a unit test which shows this