-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1.0
-
Component/s: containerization
-
Labels:
Currently, there are two issues in mesos containerizer using logger for nested contaienrs:
1. An empty executorinfo is passed to logger when launching a nested container, it would potentially break some logger modules if any module tries to access the required proto field (e.g., executorId).
2. The logger does not reocver the nested containers yet in MesosContainerizer::recover.