You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2012/07/16 23:16:35 UTC

[jira] [Created] (MESOS-232) Unit test CoordinatorTest.Elect triggers non-deterministic assertion failure in libprocess.

Jie Yu created MESOS-232:
----------------------------

             Summary: Unit test CoordinatorTest.Elect triggers non-deterministic assertion failure in libprocess.
                 Key: MESOS-232
                 URL: https://issues.apache.org/jira/browse/MESOS-232
             Project: Mesos
          Issue Type: Bug
          Components: c++-api, test
    Affects Versions: 0.9.0
         Environment: All platforms, newest trunk.
            Reporter: Jie Yu


Unit test CoordinatorTest.Elect triggers non-deterministic assertion failure in libprocess:

[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from CoordinatorTest
[ RUN      ] CoordinatorTest.Elect
F0716 14:03:54.896371 24575 process.cpp:2340] Check failed: find(runq.begin(), runq.end(), process) == runq.end()
*** Check failure stack trace: ***
    @     0x7ffff79c944d  google::LogMessage::Fail()
    @     0x7ffff79cbbdf  google::LogMessage::SendToLog()
    @     0x7ffff79c904b  google::LogMessage::Flush()
    @     0x7ffff79cc46d  google::LogMessageFatal::~LogMessageFatal()
    @     0x7ffff78cbd00  process::ProcessManager::cleanup()
    @     0x7ffff78cb527  process::ProcessManager::resume()
    @     0x7ffff78c3e9c  process::schedule()
    @     0x7ffff69aae9a  start_thread
    @     0x7ffff66d84bd  (unknown)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MESOS-232) Unit test CoordinatorTest.Elect triggers non-deterministic assertion failure in libprocess.

Posted by "Jie Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MESOS-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415683#comment-13415683 ] 

Jie Yu commented on MESOS-232:
------------------------------

See the root cause and the fix here:
https://reviews.apache.org/r/5992/

                
> Unit test CoordinatorTest.Elect triggers non-deterministic assertion failure in libprocess.
> -------------------------------------------------------------------------------------------
>
>                 Key: MESOS-232
>                 URL: https://issues.apache.org/jira/browse/MESOS-232
>             Project: Mesos
>          Issue Type: Bug
>          Components: c++-api, test
>    Affects Versions: 0.9.0
>         Environment: All platforms, newest trunk.
>            Reporter: Jie Yu
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Unit test CoordinatorTest.Elect triggers non-deterministic assertion failure in libprocess:
> [==========] Running 1 test from 1 test case.
> [----------] Global test environment set-up.
> [----------] 1 test from CoordinatorTest
> [ RUN      ] CoordinatorTest.Elect
> F0716 14:03:54.896371 24575 process.cpp:2340] Check failed: find(runq.begin(), runq.end(), process) == runq.end()
> *** Check failure stack trace: ***
>     @     0x7ffff79c944d  google::LogMessage::Fail()
>     @     0x7ffff79cbbdf  google::LogMessage::SendToLog()
>     @     0x7ffff79c904b  google::LogMessage::Flush()
>     @     0x7ffff79cc46d  google::LogMessageFatal::~LogMessageFatal()
>     @     0x7ffff78cbd00  process::ProcessManager::cleanup()
>     @     0x7ffff78cb527  process::ProcessManager::resume()
>     @     0x7ffff78c3e9c  process::schedule()
>     @     0x7ffff69aae9a  start_thread
>     @     0x7ffff66d84bd  (unknown)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira