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

2015-10-30 Thread Jojy Varghese
Hi Xiaodong This might be because the executor inherits the SSL environment variables of slave and thus expects SSL key password to launch. Could you please add the part of the slave logs that says "Flags at startup” so that we can have more information? thanks Jojy > On Oct 29, 2015, at 8:

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

2015-10-30 Thread Jojy Varghese
="/usr/libexec/mesos" > --log_dir="/var/log/mesos" --logbufsecs="0" --logging_level="INFO" > --master="zk://172.31.43.77:2181,172.31.44.2:2181,172.31.36.91:2181/mesos" > --oversubscribed_resources_interval="15secs" --perf_duration=&

Re: Welcome Kapil as Mesos committer and PMC member!

2015-11-05 Thread Jojy Varghese
Congratulations Kapil. > On Nov 5, 2015, at 7:29 AM, Marco Massenzio wrote: > > Awesome stuff! > Congratulations, Kapil - totally deserved! > > On Thursday, November 5, 2015, Vinod Kone > wrote: > welcome kapil! > > On Thu, Nov 5, 2015 at 6:49 AM, > wrote: > Congr

Re: Mesos and Zookeeper TCP keepalive

2015-11-08 Thread Jojy Varghese
Hi Jeremy Are you trying to establish a keepalive timer between mesos master and mesos slave? If so, I don’t believe its possible today as SO_KEEPALIVE option is not set on an accepting socket. -Jojy > On Nov 8, 2015, at 8:43 AM, haosdent wrote: > > I think keepalive option should be set

Re: Mesos and Zookeeper TCP keepalive

2015-11-09 Thread Jojy Varghese
quorum members, like the > ZOOKEEPER JIRA is referencing. > > Thanks, > Jeremy > > > From: Jojy Varghese > Sent: Sunday, November 8, 2015 8:37 PM > To: user@mesos.apache.org > Subject: Re: Mesos and Zookeeper TCP keepalive > > Hi Jeremy > Are you trying to

Re: Mesos and Zookeeper TCP keepalive

2015-11-09 Thread Jojy Varghese
m modifying a wrong file, since I just assumed > using the c client. Is this the correct place? > > Thanks much, > Jeremy > > > From: Jojy Varghese > Sent: Monday, November 9, 2015 2:09 PM > To: user@mesos.apache.org > Subject: Re: Mesos and Zookeeper TCP keepali

Re: Mesos and Zookeeper TCP keepalive

2015-11-12 Thread Jojy Varghese
really help if you (Jeremy) explained the *actual* problem you are > facing. I'm *guessing* that it's a firewall timing out the sessions because > there isn't activity on them for whatever the timeout of the firewall is? > It seems likely to be unreasonably short, given

Re: Mesos and Zookeeper TCP keepalive

2015-11-12 Thread Jojy Varghese
give some docs to > ref > > 2015-11-13 1:59 GMT+08:00 Jojy Varghese <mailto:j...@mesosphere.io>>: > Hi Jeremy > Good to hear that you have a solution. Was curious about the correlation > between snapshot creation and timeouts. Wondering if you can change > “max_s

Re: Question regarding docker containerizer

2016-02-25 Thread Jojy Varghese
Hi Pradeep, The relevant code if you are interested is at : https://github.com/apache/mesos/blob/master/src/slave/slave.cpp#L3561 https://github.com/apache/mesos/blob/master/src/slave/slave.cpp#L3672