> On Nov. 1, 2016, 10:08 p.m., Jie Yu wrote: > > The agent subsystems is a hack to me. I think we should consider support > > running systemd (or other init system) to manage agent process and put it > > under proper cgroup using the init system, rather than doing it ourself. > > Anindya Sinha wrote: > Agreed. But since this flag exists, I think we should address this > condition? Or are you suggesting to deprecate this flag? > > Jiang Yan Xu wrote: > @Jie > > If you are talking about the Mesos core, I think it already supports > being run by systemd? If you are talking about supporting > scripts/configs/packaging, then I agree the project can potentially do more > but that's a longer term goal towards better user experience of "stock" Mesos > packages. > > In the meantime, the flag has been here for a long time and we'd like to > fix this bug with it. Sounds good?
We picked this one up again. I agree that this doesn't feel like the cleanest implementation but even if we deprecate it, IMO it's still a bug that's worth fixing. - Jiang Yan ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53369/#review154512 ----------------------------------------------------------- On March 1, 2017, 9:57 a.m., Anindya Sinha wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/53369/ > ----------------------------------------------------------- > > (Updated March 1, 2017, 9:57 a.m.) > > > Review request for mesos and Jiang Yan Xu. > > > Bugs: MESOS-6523 > https://issues.apache.org/jira/browse/MESOS-6523 > > > Repository: mesos > > > Description > ------- > > This is to ensure that we do not accept traffic on the agent by opening > up libprocess port only after cgroup assigment for the agent is done. > > > Diffs > ----- > > src/slave/main.cpp a124d2e0cfa3e39e2400183f9523486196b9816d > src/slave/slave.cpp 892ce1938ac695e7913aa9139536d0787f3f5ea7 > > > Diff: https://reviews.apache.org/r/53369/diff/3/ > > > Testing > ------- > > All tests passed. > > > Thanks, > > Anindya Sinha > >
