Re: Is it possible to monitor resource usage per-task for the same executor?

2015-11-02 Thread Alex Rukletsov
In mesos, resources are isolated and accounted per container. A task is basically a description, it is up to an executor how to interpret it. In some cases, for example if an executor *just* creates a message in its internal queue for incoming tasks, it is almost impossible to track resource usage

Re: mess slave can't register to master via master ip:port

2015-11-02 Thread haosdent
I think it is not correct. On Tue, Nov 3, 2015 at 12:44 PM, Xiaodong Zhang wrote: > If that so. I think this document should be modified. > > http://mesos.apache.org/documentation/latest/configuration/#SlaveOptions > > > Right? > > > 发件人: Guangya Liu >

Re: mess slave can't register to master via master ip:port

2015-11-02 Thread Guangya Liu
I filed a jira ticket https://issues.apache.org/jira/browse/MESOS-3822 to trace this. Thanks. On Tue, Nov 3, 2015 at 2:02 PM, haosdent wrote: > I think it is not correct. > > On Tue, Nov 3, 2015 at 12:44 PM, Xiaodong Zhang wrote: > >> If that so. I think

Re: Can't start docker container when SSL_ENABLED is on.

2015-11-02 Thread Xiaodong Zhang
ot;/home/ubuntu/cert/xxx.pem", "SSL_CERT_FILE": "/home/ubuntu/cert/xxx.key", "SSL_ENABLED": "true"} --executor_registration_timeout=60mins env without ssl Error info: stderr: Could not load cert file Stdout: --container="mesos-20151102-085

Re: Marathon 0.11.1 - Mesos 0.25 - Mesos-DNS 0.4.0

2015-11-02 Thread James DeFelice
What settings worked for you? We did aim for least surprise. Sounds like we missed a bit. We're happy to accept suggestions for improvement via gh issues filed against the mesos-dns repo. On Oct 29, 2015 7:39 AM, "John Omernik" wrote: > That is good to know, however, I would

mess slave can't register to master via master ip:port

2015-11-02 Thread Xiaodong Zhang
Hi all: My slave command like this: /usr/sbin/mesos-slave --master=IP1:5050,IP2:5050,IP3:5050 …. --credential … Only if IP1 is the leader, the slave can register to master successfully, Or it will register fail. Slave log like this: Creating new client SASL connection Authentication timed

Re: mess slave can't register to master via master ip:port

2015-11-02 Thread haosdent
Do your masters have already managed by zookeeper? And what is your master start command? On Tue, Nov 3, 2015 at 12:06 PM, Xiaodong Zhang wrote: > Hi all: > > My slave command like this: > > /usr/sbin/mesos-slave --master=IP1:5050,IP2:5050,IP3:5050 …. --credential … > > Only

Re: mess slave can't register to master via master ip:port

2015-11-02 Thread haosdent
After checking code, seems Mesos only support --master=IP1:5050 or --master=zk://xx or --master=file:///. On Tue, Nov 3, 2015 at 12:15 PM, haosdent wrote: > Do your masters have already managed by zookeeper? And what is your master > start command? > > On Tue, Nov 3, 2015 at

Re: mess slave can't register to master via master ip:port

2015-11-02 Thread Guangya Liu
Seems mesos does not support such mode, please refer to https://github.com/apache/mesos/blob/master/src/slave/main.cpp#L105-L111 for the format of "--master". Thanks! On Tue, Nov 3, 2015 at 12:28 PM, haosdent wrote: > After checking code, seems Mesos only support

Re: mess slave can't register to master via master ip:port

2015-11-02 Thread Xiaodong Zhang
If that so. I think this document should be modified. http://mesos.apache.org/documentation/latest/configuration/#SlaveOptions [cid:30B6D8D5-217E-42F9-925E-BBBEBCF636A3] Right? 发件人: Guangya Liu > 答复: