Unsibscribe

2019-07-11 Thread Victor L
Unsibscribe

unsubscribe

2018-12-11 Thread Victor L
unsubscribe

unsubscribe

2018-09-20 Thread Victor L

Re: healthcheck task?

2016-12-07 Thread Victor L
task"? > > On Wed, Dec 7, 2016 at 5:09 PM, Victor L wrote: > >> Can someone recommend simple example of how to add healthcheck task to >> java framework? >> Thanks, >> >> >

Re: healthcheck task?

2016-12-07 Thread Victor L
tIndex": $PORT1, "protocol": "TCP", "gracePeriodSeconds": 300, "intervalSeconds": 60, "timeoutSeconds": 20, On Wed, Dec 7, 2016 at 11:22 AM, Alex Rukletsov wrote: > What exactly do you mean under "health check task"? > > O

healthcheck task?

2016-12-07 Thread Victor L
Can someone recommend simple example of how to add healthcheck task to java framework? Thanks,

Re: forcing framework to re-schedule?

2016-09-13 Thread Victor L
nt to kill the task by health check, you could try to set the > correct `consecutive_failures` number (https://github.com/apache/ > mesos/blob/1.0.x/include/mesos/v1/mesos.proto#L358). > > On Tue, Sep 13, 2016 at 2:53 AM, Victor L wrote: > >> How can i explicitly kill the task fro

Re: forcing framework to re-schedule?

2016-09-12 Thread Victor L
then your framework could launch the task > again when receives the `TASK_KILLED` in `statusUpdate`. > > On Tue, Sep 13, 2016 at 2:03 AM, Victor L wrote: > >> It checks if process is functional. I don't think standard healthchecks >> wouldn't be sufficient for my pu

Re: forcing framework to re-schedule?

2016-09-12 Thread Victor L
e Mesos > supports health checks now. > > On Tue, Sep 13, 2016 at 1:46 AM, Victor L wrote: > >> Hello, >> I am writing "healthcheck agent" for mesos deployment framework as >> independent thread periodically checking if main process ( started by >> framewo

forcing framework to re-schedule?

2016-09-12 Thread Victor L
Hello, I am writing "healthcheck agent" for mesos deployment framework as independent thread periodically checking if main process ( started by framework) is running... What would be the mechanism to "communicate" failure to the framework to cause specific outcome? For example: how can i use failu

Re: mesos and coreos?

2015-01-18 Thread Victor L
>> >> Coreos allows me to keep apps in a configured container that I trust, >> tested, and works time and time again. >> >> I see coreos as a compliment. >> >> As a fyi I'm available for questions, debugging, and client work in this >> area.

Re: mesos and coreos?

2015-01-18 Thread Victor L
s in a configured container that I trust, > tested, and works time and time again. > > I see coreos as a compliment. > > As a fyi I'm available for questions, debugging, and client work in this > area. > > Hope this helps some, from real world usage. > > Sent from

mesos and coreos?

2015-01-18 Thread Victor L
I am confused: what's the value of mesos on the top of coreos cluster? Mesos provides distributed resource management, fault tolerance, etc., but doesn't coreos provides the same things already? Thanks