[ 
https://issues.apache.org/jira/browse/MESOS-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14899935#comment-14899935
 ] 

haosdent commented on MESOS-3451:
---------------------------------

[~karya][~jieyu] I think this issue is similar to 
[MESOS-3474|https://issues.apache.org/jira/browse/MESOS-3474]

In LinuxLauncher, we use
{code}
   // - unsigned long long used for best alignment.
   // - static is ok because each child gets their own copy after the clone.
   // - 8 MiB appears to be the default for "ulimit -s" on OSX and Linux.
-  static unsigned long long stack[(8*1024*1024)/sizeof(unsigned long long)];
{code}

a share memory as child stack. But because we have multi slaves, this share 
memory would be override in different threads. So that all threads would got 
the same "pipes" and same execute "function" pointer. This cause the problems 
above.

> Failing tests after changes to Isolator/MesosContainerizer API
> --------------------------------------------------------------
>
>                 Key: MESOS-3451
>                 URL: https://issues.apache.org/jira/browse/MESOS-3451
>             Project: Mesos
>          Issue Type: Bug
>          Components: isolation
>            Reporter: Kapil Arya
>            Assignee: Kapil Arya
>            Priority: Blocker
>
> The failures are related to the following recent commits :
> e047f7d69b5297cc787487b6093119a3be517e48
> fc541a9a97eb1d86c27452019ff217eed11ed5a3
> 6923bb3e8cfbddde9fbabc6ca4edc29d9fc96c06



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to