-
Notifications
You must be signed in to change notification settings - Fork 949
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
Failure on test_take_over_seeder #3329
Comments
I want to update on my current findings on this bug as I believe I will not be able to continue investigating this.
To reproduce test failure just build main branch in release mode and run the test_take_over_seeder test |
@adiholden did you get a different error reply other than "Couldn't execute takeover" like Kostas pointed out in the first comment? |
I succeeded to reproduce it with opt only with the following script:
|
Before it was possible to issue several concurrent AsyncWrite requests. But these are not atomic, which leads to replication stream corruption. Now we wait for the previous request to finish before sending the next one. ThrottleIfNeeded is now takes into account pending buffer size for throttling. Fixes #3329 Signed-off-by: Roman Gershman <roman@dragonflydb.io>
Run https://github.com/dragonflydb/dragonfly/actions/runs/9967436978/job/27541119341
The text was updated successfully, but these errors were encountered: