Skip to content
Snippets Groups Projects
Commit dba97493 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Process initial replication join in TX thread

Refactor replication relay to invoke Engine::join() using TX thread.
Now engines can start their own threads when needed:

* MemTX starts a new cord to read rows from a snapshot file.
* Vinyl should use coeio for disk operations (see #1756).

This patch fixes race conditions between relay and TX threads
for both engines.

Closes #1757
parent a46865db
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