Re: Ask for a shepherd for MESOS-4440

2016-09-16 Thread Vinod Kone
Adam, looks like you shepherded MESOS-3763. Can you shepherd this as well? On Sun, Sep 4, 2016 at 6:38 PM, Yongqiao Wang wrote: > Hi guys, > > > In MESOS-3763 ticket, we have exposed http::internal::request function in > libprocess/http, so in MESOS-4440 ticket, we need

Re: Choice between LOG(FATAL) and EXIT(EXIT_FAILURE)

2016-09-16 Thread Vinod Kone
We typically used LOG(FATAL) when we were interested in the stack trace. If not, we preferred to use EXIT(EXIT_FAILURE). While that was the original intention, not sure if we have been following that distinction diligently. Separately, we should fix EXIT to log at ERROR level instead of just

Re: Unified cgroups isolator

2016-09-16 Thread tommy xiao
Awesome! you are rocks star! Kudos to @haosdent and @qianzhang! 2016-09-15 4:36 GMT+08:00 Charles Allen : > That's awesome, great work! > > > On Tue, Sep 13, 2016 at 5:10 PM Qian Zhang wrote: > >> Thanks @haosdent's awesome work and @Jie's