[
https://issues.apache.org/jira/browse/MESOS-7168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16511789#comment-16511789
]
Andrew Schwartzmeyer commented on MESOS-7168:
---------------------------------------------
I fixed long path issues on Windows. That is, all Windows APIs used by Mesos
use the introduced long path support automatically (that is, we use the Unicode
versions of the APIs and prepend the long path marker \\?\ when calling these
APIs), so you should be good to go for Windows, and thanks for checking :)
Also note that on Linux, 255 is too long. If you're running in docker, you'll
often be on AUFS, and it has a per-path-component limit of 242 (see
http://aufs.sourceforge.net/aufs3/man.html).
> Agent should validate that the nested container ID does not exceed certain
> length.
> ----------------------------------------------------------------------------------
>
> Key: MESOS-7168
> URL: https://issues.apache.org/jira/browse/MESOS-7168
> Project: Mesos
> Issue Type: Bug
> Components: containerization
> Affects Versions: 1.1.0, 1.2.0
> Reporter: Jie Yu
> Assignee: xiaowei
> Priority: Major
> Labels: newbie
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)