You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joris Van Remoortere (JIRA)" <ji...@apache.org> on 2016/02/27 00:49:18 UTC

[jira] [Issue Comment Deleted] (MESOS-3271) SlaveRecoveryTest/0.NonCheckpointingFramework is flaky.

     [ https://issues.apache.org/jira/browse/MESOS-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joris Van Remoortere updated MESOS-3271:
----------------------------------------
    Comment: was deleted

(was: {code}
commit 2297a3cf8db2b88860bc839cf934894b1d09dbbc
Author: Alexander Rojas <al...@mesosphere.io>
Date:   Fri Feb 26 14:38:05 2016 -0800

    Removed race condition from libevent based poll implementation.
    
    Under certains circumstances, the future returned by poll is discarded
    right after the event is triggered, this causes the event callback to be
    called before the discard callback which results in an abort signal
    being raised by the libevent library.
    
    Review: https://reviews.apache.org/r/43799/
{code})

> SlaveRecoveryTest/0.NonCheckpointingFramework is flaky.
> -------------------------------------------------------
>
>                 Key: MESOS-3271
>                 URL: https://issues.apache.org/jira/browse/MESOS-3271
>             Project: Mesos
>          Issue Type: Bug
>          Components: slave
>            Reporter: Paul Brett
>         Attachments: build.txt
>
>
> Test failure on Ubuntu 14 configured with {{--disable-java --disable-python --enable-ssl --enable-libevent --enable-optimize --enable-network-isolation}}
> Commit: {{9b78b301469667b5a44f0a351de5f3a71edae499}}
> {code}
> [ RUN      ] SlaveRecoveryTest/0.NonCheckpointingFramework
> I0815 06:41:47.413602 17091 exec.cpp:133] Version: 0.24.0
> I0815 06:41:47.416780 17111 exec.cpp:207] Executor registered on slave 20150815-064146-544909504-51064-12195-S0
> Registered executor on slave1-ubuntu12
> Starting task 044bd49e-2f38-4671-802a-ac6524d61a85
> Forked command at 17114
> sh -c 'sleep 1000'
> [err] event_active called on a non-initialized event 0x7f6b740232d0 (events: 0x2, fd: 21, flags: 0x80)
> *** Aborted at 1439646107 (unix time) try "date -d @1439646107" if you are using GNU date ***
> PC: @     0x7f6ba512d0d5 (unknown)
> *** SIGABRT (@0x2fa3) received by PID 12195 (TID 0x7f6b9d613700) from PID 12195; stack trace: ***
>     @     0x7f6ba54c4cb0 (unknown)
>     @     0x7f6ba512d0d5 (unknown)
>     @     0x7f6ba513083b (unknown)
>     @     0x7f6ba448e1ba (unknown)
>     @     0x7f6ba448e52b (unknown)
>     @     0x7f6ba447dcc9 (unknown)
>     @           0x4c4033 process::internal::run<>()
>     @     0x7f6ba72642ab process::Future<>::discard()
>     @     0x7f6ba72643be process::internal::discard<>()
>     @     0x7f6ba7262298 _ZNSt17_Function_handlerIFvvEZNK7process6FutureImE9onDiscardISt5_BindIFPFvNS1_10WeakFutureIsEEES7_EEEERKS3_OT_EUlvE_E9_M_invokeERKSt9_Any_data
>     @           0x4c4033 process::internal::run<>()
>     @           0x6fa0cb process::Future<>::discard()
>     @     0x7f6ba6fb5736 cgroups::event::Listener::finalize()
>     @     0x7f6ba728fb11 process::ProcessManager::resume()
>     @     0x7f6ba728fe0f process::internal::schedule()
>     @     0x7f6ba5c9d490 (unknown)
>     @     0x7f6ba54bce9a start_thread
>     @     0x7f6ba51ea38d (unknown)
> + /bin/true
> {code}



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