Skip to content
Snippets Groups Projects
Commit a83d5e3c authored by Nikolay Shirokovskiy's avatar Nikolay Shirokovskiy Committed by Vladimir Davydov
Browse files

fiber: allow creating system fibers during shutdown

In the commit d40ce0fa ("core: disable fibers creation after
shutdown started") we disable creation of new fibers in the process of
shutdown. This may cause subsystem shutdown hanging.

The thing is we need fiber pool working during shutdown. For example
vinyl engine uses it through "tx" endpoint. Fibers in the pool are
finished after idle timeout. So we may have a situation when there is no
idle fibers in the pool and we cannot create a new one.

Part of #8423

NO_CHANGELOG=bugfix for unreleased version
NO_DOC=bugfix for unreleased version
parent 1fb98714
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment