Skip to content
Snippets Groups Projects
Commit 917bd68f authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

txn_limbo: use fiber_clock() instead of fiber_time()

box.ctl.clear_synchro_queue() used fiber_time()
instead of fiber_clock() to wait for a timeout. This is wrong,
fiber_time() is realtime, not suitable for relative timeouts.

For that purpose always should be used monotonic clock. The patch
fixes that.

Follow up #4849
parent 5a856023
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