Re: two questions about mesos module

2017-06-01 Thread Joseph Wu
1) The entry point for the container logger module is here: https://github.com/apache/mesos/blob/1.3.x/src/slave/container_logger.cpp#L42-L52 All modules have a "create" method which attempts to load the dynamic library containing the module. The --modules flag you specify at agent/master startup

Re: two questions about mesos module

2017-06-08 Thread Joseph Wu
ich sends stderr and stdout to graylog. If graylog got > stuck, service in Marathon even cannot run successfully, at the same time > we cannot kill the stuck task in Marathon. > > How can I deal with the stuck process in mesos module not having any bad > effect on mesos services? &