Skip to content
Snippets Groups Projects
Commit 033aa95f authored by Georgy Kirichenko's avatar Georgy Kirichenko Committed by Konstantin Osipov
Browse files

A separate endpoint for high priority messages in tx cord. Issue #1274

Add a separate endpoint to wake up tx fibers from the wal thread.
The endpoint can be used for any purposes which do not involve
a yield. A yield is not allowed because the endpoint handler is executed
outside a fiber pool context. This is an alternative, more reliable
fix for the problem addressed by 975e92e3
and filed in gh-1892, when tx thread could deadlock if there
are too many connections or messages coming from iproto thread.
parent 76b3c3a2
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