You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "John Kordich (JIRA)" <ji...@apache.org> on 2018/06/05 19:08:00 UTC

[jira] [Created] (MESOS-8977) BuildBot uses Docker with AUFS that has a max file length limit of 242 characters

John Kordich created MESOS-8977:
-----------------------------------

             Summary: BuildBot uses Docker with AUFS that has a max file length limit of 242 characters
                 Key: MESOS-8977
                 URL: https://issues.apache.org/jira/browse/MESOS-8977
             Project: Mesos
          Issue Type: Bug
            Reporter: John Kordich
            Assignee: John Kordich


This bug exists to notify people about a problem that we've noticed before regarding the BuildBot building mesos in a docker container. Docker uses AUFS, which has a max file name limit of 242 characters. We made an assumption in a few patches that we could create a file with 249 characters, which worked just fine on standard ext4 Linux file systems and NTFS Windows file systems.  Even the ReviewBot didn't report any issues, so we didn't anticipate any problems when we merged the patches to master. However, because the BuildBot builds mesos in a Docker container, it encountered this error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)