You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Dan Osborne (JIRA)" <ji...@apache.org> on 2017/02/10 04:02:41 UTC

[jira] [Created] (MESOS-7104) Mesos-slave aborts after failed CNI network event

Dan Osborne created MESOS-7104:
----------------------------------

             Summary: Mesos-slave aborts after failed CNI network event
                 Key: MESOS-7104
                 URL: https://issues.apache.org/jira/browse/MESOS-7104
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 1.2.0
            Reporter: Dan Osborne
            Assignee: Jie Yu


I'm trying to network a task with a CNI plugin. I'm not sure what I've done wrong, It's probably a bad CNI config or missing plugins or something. But the error has managed to kill the entire slave process.

{code}
 I0209 22:57:56.841765  3949 containerizer.cpp:992] Starting container f6d069b8-62f2-42c4-a8ff-145e366409f0 for executor 'calico-cni-marathon-test.1b93ed5d-ef45-11e6-906e-024245c0fe5e' of framework fbf5b855-bdf9-4a12-aeee-cc341ffe0f1b-0000
 mesos-slave: ../../3rdparty/stout/include/stout/option.hpp:111: const T& Option<T>::get() const & [with T = std::basic_string<char>]: Assertion `isSome()' failed.
 *** Aborted at 1486699076 (unix time) try "date -d @1486699076" if you are using GNU date ***
 PC: @     0x7effbb6121d7 __GI_raise
 *** SIGABRT (@0xf5a) received by PID 3930 (TID 0x7effb3cdf700) from PID 3930; stack trace: ***
     @     0x7effbbecc370 (unknown)
     @     0x7effbb6121d7 __GI_raise
     @     0x7effbb6138c8 __GI_abort
     @     0x7effbb60b146 __assert_fail_base
slave.service: main process exited, code=killed, status=6/ABRT
{code}

Will update with more info when possible.

This is using the latest nightly mesos build at time of writing.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)