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 failing assertion in box_wait_limbo_acked #9468

Merged

Conversation

sergepetrenko
Copy link
Collaborator

Before this patch there was an execution sequence in which the assertion in box_wait_limbo_acked would fail. The assertion is that the lsn of the last entry in limbo is always positive after wal_sync. Fix it.

Closes #9235

NO_DOC=bugfix

(cherry picked from commit 59b817e)

@sergepetrenko sergepetrenko requested review from a team as code owners December 12, 2023 09:33
@coveralls
Copy link

coveralls commented Dec 12, 2023

Coverage Status

coverage: 85.795% (-0.001%) from 85.796%
when pulling 8ec7d46 on sergepetrenko:gh-9235-backport-2.11
into 9775c9e
on tarantool:release/2.11
.

@sergepetrenko sergepetrenko added the full-ci Enables all tests for a pull request label Dec 12, 2023
@sergepetrenko sergepetrenko self-assigned this Dec 12, 2023
Before this patch there was an execution sequence in which the
assertion in box_wait_limbo_acked would fail. The assertion is that
the lsn of the last entry in limbo is always positive after wal_sync.
Fix it.

Closes tarantool#9235

NO_DOC=bugfix

(cherry picked from commit 59b817e)
@sergepetrenko sergepetrenko removed the full-ci Enables all tests for a pull request label Dec 13, 2023
Follow-up tarantool#9235

NO_DOC=changelog
NO_TEST=changelog

Co-authored-by: Kseniia Antonova <73473519+xuniq@users.noreply.github.com>
@sergepetrenko sergepetrenko added the full-ci Enables all tests for a pull request label Dec 13, 2023
@sergepetrenko sergepetrenko merged commit 0ab7ef6 into tarantool:release/2.11 Dec 13, 2023
161 checks passed
@sergepetrenko sergepetrenko deleted the gh-9235-backport-2.11 branch December 14, 2023 09:50
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

5 participants