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

swim: finish worker fiber on Tarantool shutdown

Let's make sure swim worker fiber is finished on Tarantool shutdown as
we are going to free fibers stacks. If fiber is not finished it's stack
may have references to objects on heap. Thus as fiber stack will be freed
we will have FP memory leaks under ASAN.

Let's make swim gc do not yield using asynchronuos deletion. This way we
will not use worker fiber for swim deletion. We are going to stop this
worker fiber before all swim object are collected.

Part of #9722

NO_CHANGELOG=internal
NO_DOC=internal
parent 50ce6ebe
No related branches found
No related tags found
No related merge requests found
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