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

memtx: fix tuple garbage collection not resumed after snapshot

This is a degradation introduced by commit 26f7056f ("Introduce
internal database read view API"): tuple garbage collection is never
resumed after a snapshot. This happens, because we don't add engine read
views to the read view engine list on read view construction. As a
result, read_view_close() never closes the memtx engine read view.

NO_DOC=bug fix
NO_CHANGELOG=unreleased
parent d2271ec0
No related branches found
No related tags found
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