memtx: failing index count limit assertion with MVCC enabled#11930
Merged
sergepetrenko merged 1 commit intotarantool:masterfrom Oct 27, 2025
Merged
Conversation
lenkis
approved these changes
Oct 16, 2025
changelogs/unreleased/gh-11929-mvcc-failing-index-count-limit-assertion.md
Outdated
Show resolved
Hide resolved
CuriousGeorgiy
requested changes
Oct 21, 2025
test/box-luatest/gh_11929_mvcc_failing_index_count_limit_assertion_test.lua
Outdated
Show resolved
Hide resolved
test/box-luatest/gh_11929_mvcc_failing_index_count_limit_assertion_test.lua
Outdated
Show resolved
Hide resolved
test/box-luatest/gh_11929_mvcc_failing_index_count_limit_assertion_test.lua
Outdated
Show resolved
Hide resolved
test/box-luatest/gh_11929_mvcc_failing_index_count_limit_assertion_test.lua
Outdated
Show resolved
Hide resolved
test/box-luatest/gh_11929_mvcc_failing_index_count_limit_assertion_test.lua
Outdated
Show resolved
Hide resolved
test/box-luatest/gh_11929_mvcc_failing_index_count_limit_assertion_test.lua
Outdated
Show resolved
Hide resolved
bf7a824 to
9203b83
Compare
9203b83 to
13f6edf
Compare
CuriousGeorgiy
approved these changes
Oct 22, 2025
changelogs/unreleased/gh-11929-mvcc-failing-index-count-limit-assertion.md
Outdated
Show resolved
Hide resolved
drewdzzz
requested changes
Oct 23, 2025
changelogs/unreleased/gh-11929-mvcc-failing-index-count-limit-assertion.md
Outdated
Show resolved
Hide resolved
changelogs/unreleased/gh-11929-mvcc-failing-index-count-limit-assertion.md
Outdated
Show resolved
Hide resolved
test/box-luatest/gh_11929_mvcc_failing_index_count_limit_assertion_test.lua
Outdated
Show resolved
Hide resolved
13f6edf to
4404404
Compare
drewdzzz
approved these changes
Oct 24, 2025
changelogs/unreleased/gh-11929-memtx-mvcc-failing-index-count-limit-assertion.md
Show resolved
Hide resolved
4404404 to
0309776
Compare
0309776 to
8e1d769
Compare
Fixed a crash when using the maximum allowed number of indexes with Memtx-MVCC enabled. Closes tarantool#11929 NO_DOC=bugfix
8e1d769 to
3c4ff35
Compare
Collaborator
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.2
git worktree add -d .worktree/backport/release/3.2/11930 origin/release/3.2
cd .worktree/backport/release/3.2/11930
git switch --create backport/release/3.2/11930
git cherry-pick -x d4be554057cef2bacecb3b115ef8aa218c914631 |
Collaborator
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.3
git worktree add -d .worktree/backport/release/3.3/11930 origin/release/3.3
cd .worktree/backport/release/3.3/11930
git switch --create backport/release/3.3/11930
git cherry-pick -x d4be554057cef2bacecb3b115ef8aa218c914631 |
Collaborator
|
Successfully created backport PR for |
Collaborator
|
Successfully created backport PR for |
Collaborator
Backport summary
|
Collaborator
|
@Astronomax, please, prepare backports for branches 3.2 and 3.3 |
This was referenced Oct 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed a crash when using the maximum allowed number of indexes with Memtx-MVCC enabled.
Closes #11929
NO_DOC=bugfix