[jira] [Commented] (MESOS-7183) Always get coredump by add a health check on docker container app

2017-03-29 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-7183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15948119#comment-15948119 ] Jie Yu commented on MESOS-7183: --- For posterity, the root cause of this problem is that when agent is running

[jira] [Commented] (MESOS-7183) Always get coredump by add a health check on docker container app

2017-03-29 Thread Deshi Xiao (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-7183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15946778#comment-15946778 ] Deshi Xiao commented on MESOS-7183: --- add --pid=host resolve this issue. > Always get coredump by add a

[jira] [Commented] (MESOS-7183) Always get coredump by add a health check on docker container app

2017-03-28 Thread Deshi Xiao (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-7183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15946550#comment-15946550 ] Deshi Xiao commented on MESOS-7183: --- the reason is pid not found in container. use pid=host to get pid

[jira] [Commented] (MESOS-7183) Always get coredump by add a health check on docker container app

2017-03-28 Thread Deshi Xiao (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-7183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15946406#comment-15946406 ] Deshi Xiao commented on MESOS-7183: --- My Environment is specified: mesos 1.2 in docker containerized.

[jira] [Commented] (MESOS-7183) Always get coredump by add a health check on docker container app

2017-02-28 Thread Deshi Xiao (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-7183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889571#comment-15889571 ] Deshi Xiao commented on MESOS-7183: --- close and enhance in MESOS-6184 > Always get coredump by add a

[jira] [Commented] (MESOS-7183) Always get coredump by add a health check on docker container app

2017-02-27 Thread Deshi Xiao (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-7183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886832#comment-15886832 ] Deshi Xiao commented on MESOS-7183: --- thanks for your help. it clarify. > Always get coredump by add a

[jira] [Commented] (MESOS-7183) Always get coredump by add a health check on docker container app

2017-02-27 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-7183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15885613#comment-15885613 ] haosdent commented on MESOS-7183: - We could change to {{LOG(ERROR)}} and {{EXIT(-1)}} which would not

[jira] [Commented] (MESOS-7183) Always get coredump by add a health check on docker container app

2017-02-27 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-7183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15885612#comment-15885612 ] haosdent commented on MESOS-7183: - It is becasue we use fatal log {code} // This effectively

[jira] [Commented] (MESOS-7183) Always get coredump by add a health check on docker container app

2017-02-26 Thread Deshi Xiao (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-7183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15885290#comment-15885290 ] Deshi Xiao commented on MESOS-7183: --- Testing in 1.2.0, it seems fix it. but i can't determin which bug