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

vinyl: use cbus for communication between scheduler and worker threads

We need cbus for forwarding deferred DELETE statements generated in a
worker thread during primary index compaction to the tx thread where
they can be inserted into secondary indexes. Since pthread mutex/cond
and cbus are incompatible by their nature, let's rework communication
channel between the tx and worker threads using cbus.

Needed for #2129
parent 46f50aad
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