Re: HTTP health check fail with connection refused

2016-12-28 Thread CmingXu
I just found made a mistake, should be containerPort instead of hostPort in an health check. Thanks anyway. On Thu, Dec 29, 2016 at 9:53 AM, CmingXu wrote: > Hi, All > > My health check failed with error message > > "HTTP health check failed: curl returned exited with status

HTTP health check fail with connection refused

2016-12-28 Thread CmingXu
Hi, All My health check failed with error message "HTTP health check failed: curl returned exited with status 7: curl: (7) Failed connect to 127.0.0.1:31001; Connection refused" I used default docker executor and docker bridge driver. I could got curl results from 127.0.0.1:31001, but the

High Availability Mesos and Zookeeper Security

2016-12-28 Thread Douglas Nelson
I was wondering how others are securing ZooKeeper on top of Mesos. I'm running Mesos in HA mode on 3 AWS EC2 instances. A number of external machines are set up as Mesos agents and SSL/authentication is enabled on both ends (for Mesos and its frameworks). But to use HA mode the agents have to

Re: mesos-execute stuck in subscribe loop

2016-12-28 Thread Frank Scholten
Ah! The problem was I was not submitting to the leading master. When I changed the --master IP to the leading master the task got submitted. I changed the command from sleep to python. root@cnlvr01r08s1:~# GLOG_v=1 LIBPROCESS_IP=10.2.0.219 mesos-execute --master=10.2.1.118:5050