Github user jongyoul commented on the pull request:

    https://github.com/apache/spark/pull/3994#issuecomment-70597055
  
    @tnachen In my case - above logs -, task 34 and 63 are assigned to same 
executor and also same container on same node. Task 34 occurs error about 
registration timeout, and task 34 is terminated and task 63, which is on queue, 
is also exited because mesos_containerizer destroys that container which 
contain task 34 and 63. I think this is a bug. As you told, an executor is 
responsible to manage tasks and executor can terminate all tasks which are 
running or queueing. I think only one task is terminated if the task fails. I 
think a task must not be influenced by any other task. What do you think of 
this situation?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to