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

raft: finish worker fiber on Tarantool shutdown

Let's make sure box raft 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.

Part of #9722

NO_TEST=rely on existing tests
NO_CHANGELOG=internal
NO_DOC=internal
parent 1f416452
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