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

[backport 2.11] wal: fix wal_queue_max_size assignment during initial box.cfg #10034

Merged
merged 1 commit into from
May 21, 2024

Conversation

sergepetrenko
Copy link
Collaborator

wal_queue_max_size took effect only after the initial box.cfg call, meaning that users with non-zero replication_sync_timeout still synced using the default 16 Mb queue size. In some cases the default was too big and the same issues described in #5536 arose.

Fix this.

Closes #10013

NO_DOC=bugfix

(cherry picked from commit ab0f791)

wal_queue_max_size took effect only after the initial box.cfg call,
meaning that users with non-zero `replication_sync_timeout` still synced
using the default 16 Mb queue size. In some cases the default was too
big and the same issues described in tarantool#5536 arose.

Fix this.

Closes tarantool#10013

NO_DOC=bugfix

(cherry picked from commit ab0f791)
@coveralls
Copy link

Coverage Status

coverage: 85.814% (+0.02%) from 85.795%
when pulling 1be3343 on sergepetrenko:wal-queue-2.11
into 77fb489
on tarantool:release/2.11
.

@sergepetrenko sergepetrenko added the full-ci Enables all tests for a pull request label May 21, 2024
@sergepetrenko sergepetrenko merged commit 359df4f into tarantool:release/2.11 May 21, 2024
161 checks passed
@sergepetrenko sergepetrenko deleted the wal-queue-2.11 branch May 22, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-ci Enables all tests for a pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants