Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.0, 1.2.0
-
Mesosphere Sprint 2018-23
-
3
Description
This is related to MESOS-691.
Since nested container ID is generated by the executor, the agent should verify that the length of it does not exceed certain length.
Attachments
Issue Links
- is related to
-
MESOS-691 Slave should not crash on failure to launch/kill executors
- Resolved
the generated id is uuid, include dash, total 36. Normal we can set the limit to 255, did we should consider windows os? gilbert If not only windows 10, the file path will be limit to 260. In Windows 10, the whole path limits to 32767 And I think it does not need to be reconfigured by mesos administrator.