Mesos rare TASK_LOST scenario v 0.21.0

2018-01-09 Thread Ajay V
Hello, I'm trying to debug a TASK_LOST thats generated on the agent that I see on rare occasions. Following is a log that I'm trying to understand. This is happening after the driver.sendStatusUpdate() has been called with a task state of TASK_FINISHED from a java executor. It looks to me like th

Re: Mesos rare TASK_LOST scenario v 0.21.0

2018-01-10 Thread Ajay V
ntee that > TASK_FINISHED was delivered to the agent; so races like above were possible. > > On Tue, Jan 9, 2018 at 5:33 PM, Ajay V wrote: > >> Hello, >> >> I'm trying to debug a TASK_LOST thats generated on the agent that I see >> on rare occasions. >>

Get leading master from zookeeper

2018-03-05 Thread Ajay V
Hello, Is there a write up somewhere that I may have missed finding that talks about how to find the leading master given the zookeeper url? I can find that there are json.info_.. MasterInfo jsons available in zk, but how can I translate this to figure out the leading master at any given point in

Re: Get leading master from zookeeper

2018-03-06 Thread Ajay V
xpect a list of ephemeral ZNones under your election path > (often `mesos` but up to your config). > > The one with lowest suffix sequence number has the content of leader > address (in JSON format) > > Hope this is useful. > > On Mon, Mar 5, 2018 at 9:54 PM, Ajay V wrote: > >

Using TLS in Mesos 1.9

2021-11-30 Thread Ajay V
Hi Mesos user group, I was experimenting with TLS in mesos and was wondering what is the best way the key password is supplied when starting master and agents. I see there are environment variables to supply the key file ( LIBPROCESS_SSL_KEY_FILE) but could not find a variable to supply the passwo

Re: Using TLS in Mesos 1.9

2021-12-06 Thread Ajay V
w useful that would > be in practice anyway. > I think your best bet is to decrypt it using e.g. openssl and provide > that decrypted key file instead. > > Cheers, > > Charles > > > > > Le mer. 1 déc. 2021 à 04:51, Ajay V a écrit : > > > > Hi Mesos user gro