Skip to content
Snippets Groups Projects
Commit ed71319a authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: do not free dropped indexes on sched stop

Currently, a dropped index might have compaction scheduled on scheduler
stop, in which case its ranges are inter-linked and cannot be easily
freed (dumb free of all ranges would result in double free). So let's
drop the final index cleanup for now. We need to rework it anyway,
because we never free active indexes on shutdown, although we should to
make valgrind happy.
parent 993f410a
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