wickman / pesos

pesos is a pure python implementation of the mesos framework api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

race condition with link() and send() in ExecutorProcess::initialize

wickman opened this issue · comments

I think we're getting two compactor.maybe_connects racing with each other (both link and send fire one off.) This is probably a bug in compactor, but it reliably causes PyPy tests to fail.

Fixed at 02208c8 by pinning to newer compactor.