Details
-
Improvement
-
Status: Reviewable
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
take a look at mesos/contrianerizer.cpp, and you will see not all methods print out the logs when being called. For example,
we did print:
Launch container ...
Destroy container...
but we did not log:
Wait for container ... in containerizer::wait()
please take a look at this file and improve the logging.
Attachments
Issue Links
- relates to
-
MESOS-8391 Mesos agent doesn't notice that a pod task exits or crashes after the agent restart
- Resolved