Skip to content
Snippets Groups Projects
Commit ea6a2701 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

iproto: fix a JOIN/SUBSCRIBE race condition

Fix a subtle race condition in JOIN/SUBSCRIBE, a
pending event may be present against JOIN/SUBSCRIBE file
descriptor, in which case the descriptor could be resumed
in iproto thread concurrently with the relay thread.

No github issue, the case is repeatable by
running replication-py/cluster.test many times.
parent 6a2a6860
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