Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix race condition during fileio random request creation #518

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gilbsgilbs
Copy link

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

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 akopytov#400, fixes akopytov#430, fixes akopytov#431
rli9 added a commit to intel/lkp-tests that referenced this pull request Feb 22, 2024
…random test

The issue is like

	FATAL: Failed to fsync file! file: 0 errno = 22 (Invalid argument)

Link: akopytov/sysbench#400
Link: akopytov/sysbench#518
Signed-off-by: Philip Li <philip.li@intel.com>
rli9 added a commit to intel/lkp-tests that referenced this pull request Feb 22, 2024
…random test

The issue is like

	FATAL: Failed to fsync file! file: 0 errno = 22 (Invalid argument)

Link: akopytov/sysbench#400
Link: akopytov/sysbench#518
Signed-off-by: Philip Li <philip.li@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant