Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.23.0
-
None
-
None
-
Twitter Mesos Q3 Sprint 2
-
3
Description
Just realize that while reviewing https://reviews.apache.org/r/34135
Since we don't checkpoint 'resources' in Mesos containerizer, when slave restarts and recovers, the 'resources' in Container struct will be empty, but there are symlinks exists in the sandbox.
We'll end up with trying to create already exist symlinks (and fail). I think we should ignore the creation if it already exists.