Comment 7 for bug 1213309

Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

Upstream bug. What happened here is that server was not able to
create new thread to handle delayed insert (out of resources?).
Thread was not added to the global list of threads (it happens
in thread worker routine). On resources cleanup (::~Delayed_insert)
remove_global_thread was called which led to assertion.