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

Expand error message and sleep time in maybe_wait #125

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Expand error message and sleep time in maybe_wait #125

merged 1 commit into from
Nov 12, 2024

Conversation

Sbozzolo
Copy link
Member

@Sbozzolo Sbozzolo commented Nov 7, 2024

This commit increases sleep time across attempts in checking for synced filesystems. This should give the distributed filesystems more time to sync and reduce the occurrence of the "Path not properly synced" error.

Before, the maximum allowed time was 1 second with attempts every 0.1, now it 6 seconds, with exponential backoff.

Increased sleep time across attempts in checking for synced filesystems.
This should give the distributed filesystems more time to sync and
reduce the occurrence of the "Path not properly synced" error.
@Sbozzolo Sbozzolo merged commit f2c4a62 into main Nov 12, 2024
26 of 27 checks passed
@Sbozzolo Sbozzolo deleted the gb/bump branch November 12, 2024 21:52
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.

2 participants