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

748 background fsync #766

Merged
merged 5 commits into from
Oct 20, 2023
Merged

748 background fsync #766

merged 5 commits into from
Oct 20, 2023

Conversation

Boneyan
Copy link
Contributor

@Boneyan Boneyan commented Jan 23, 2023

Blob performes fsync if buffered bytes are larger than max_dirty_bytes_before_sync config param
Closes #748

# Conflicts:
#	CHANGELOG.md
#	bob-backend/src/pearl/holder.rs
#	bob-common/src/configs/node.rs
Copy link
Member

@ikopylov ikopylov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trigger integration tests

@ikopylov ikopylov merged commit ad11c6b into master Oct 20, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Significant put performance drop due to fsync_all call on blob close
2 participants