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

memtx: enter small delayed free mode from snapshot iterator

We must enable SMALL_DELAYED_FREE_MODE to safely use a memtx snapshot
iterator. Currently, we do that in checkpoint related callbacks, but if
we want to reuse snapshot iterators for other purposes, e.g. feeding
a read view to a newly joined replica, we better hide this code behind
snapshot iterator constructors.
parent 82331221
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