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

io_tester: ensure that file object is valid when closing it #2307

Conversation

pwrobelse
Copy link
Contributor

In the case of unlink workloads they create and fill
files and then close them right away.

This change ensures that the file object is valid
until close() finishes.

In the case of unlink workloads they create and fill
files and close them right away.

This change ensures that the file object is valid until
close() finishes.

Signed-off-by: Patryk Wrobel <[email protected]>
@pwrobelse pwrobelse requested a review from xemul June 28, 2024 08:57
@xemul xemul closed this in 4cf3137 Jun 28, 2024
ptrsmrn pushed a commit to ptrsmrn/seastar that referenced this pull request Jul 17, 2024
In the case of unlink workloads they create and fill
files and close them right away.

This change ensures that the file object is valid until
close() finishes.

Signed-off-by: Patryk Wrobel <[email protected]>

Closes scylladb#2307
lovio pushed a commit to lovio/seastar that referenced this pull request Aug 30, 2024
In the case of unlink workloads they create and fill
files and close them right away.

This change ensures that the file object is valid until
close() finishes.

Signed-off-by: Patryk Wrobel <[email protected]>

Closes scylladb#2307
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant