[jira] [Commented] (MESOS-4106) The health checker may fail to inform the executor to kill an unhealthy task after max_consecutive_failures.

2015-12-10 Thread Benjamin Bannier (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15050358#comment-15050358 ] Benjamin Bannier commented on MESOS-4106: - Late to the party as this already went in. Just

[jira] [Commented] (MESOS-4106) The health checker may fail to inform the executor to kill an unhealthy task after max_consecutive_failures.

2015-12-10 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051371#comment-15051371 ] Benjamin Mahler commented on MESOS-4106: I'm not sure we should say sleeping provides a "very weak

[jira] [Commented] (MESOS-4106) The health checker may fail to inform the executor to kill an unhealthy task after max_consecutive_failures.

2015-12-09 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049651#comment-15049651 ] Benjamin Mahler commented on MESOS-4106: This is also possibly the reason for MESOS-1613. > The

[jira] [Commented] (MESOS-4106) The health checker may fail to inform the executor to kill an unhealthy task after max_consecutive_failures.

2015-12-09 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049824#comment-15049824 ] haosdent commented on MESOS-4106: - Does add ' os::sleep(Seconds(1));' enough? > The health checker may

[jira] [Commented] (MESOS-4106) The health checker may fail to inform the executor to kill an unhealthy task after max_consecutive_failures.

2015-12-09 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049866#comment-15049866 ] Neil Conway commented on MESOS-4106: To fix the problem properly (without a {{sleep}} hack), it seems

[jira] [Commented] (MESOS-4106) The health checker may fail to inform the executor to kill an unhealthy task after max_consecutive_failures.

2015-12-09 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049893#comment-15049893 ] Neil Conway commented on MESOS-4106: Sounds good -- maybe add a {{TODO}} to the fix for this bug to

[jira] [Commented] (MESOS-4106) The health checker may fail to inform the executor to kill an unhealthy task after max_consecutive_failures.

2015-12-09 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049899#comment-15049899 ] Benjamin Mahler commented on MESOS-4106: Yeah, I'll reference MESOS-4111 now that we have it, I'll

[jira] [Commented] (MESOS-4106) The health checker may fail to inform the executor to kill an unhealthy task after max_consecutive_failures.

2015-12-09 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049889#comment-15049889 ] Benjamin Mahler commented on MESOS-4106: Yeah I had the same thought when I was looking at