sysbench
sysbench copied to clipboard
Fix race condition during fileio random request creation
This was leading to creation of requests with incorrect file ids, which was causing fsync to fail on a bad file descriptor when the request was handled.
fixes #400, fixes #430, fixes #431