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

Fix readset acks sent too early in volatile transactions #1961

Conversation

snaury
Copy link
Member

@snaury snaury commented Feb 15, 2024

Changelog entry

Fix readset acks sent too early in volatile transactions.

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

An incorrect callback was used for acknowledging readsets, which caused them to be lost when commit eventually failed, which in turn caused effects to rollback when shard is then restarted. Fixes bug KIKIMR-21060.

Merge from #1945

Copy link

github-actions bot commented Feb 15, 2024

2024-02-15 10:33:06 UTC Pre-commit check for 2856a13 has started.
2024-02-15 10:33:09 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-15 10:35:33 UTC Build successful.
2024-02-15 10:35:45 UTC Tests are running...
🟢 2024-02-15 11:47:30 UTC Tests successful.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60353 50939 0 0 9339 75

Copy link

github-actions bot commented Feb 15, 2024

2024-02-15 10:35:23 UTC Pre-commit check for 2856a13 has started.
2024-02-15 10:35:26 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-15 10:37:54 UTC Build successful.
2024-02-15 10:38:07 UTC Tests are running...
🔴 2024-02-15 12:09:58 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
16030 15910 0 20 52 48

@snaury snaury marked this pull request as ready for review February 16, 2024 11:21
@snaury snaury requested a review from a team as a code owner February 16, 2024 11:21
@snaury snaury merged commit 0c2f282 into ydb-platform:stable-24-1 Feb 16, 2024
3 of 4 checks passed
@snaury snaury deleted the cherry-pick-16f7980968f8ef94ba96fecb48c3611c5d5db182-24-1 branch February 16, 2024 13:19
@mvgorbunov mvgorbunov mentioned this pull request Feb 22, 2024
@shnikd shnikd mentioned this pull request Feb 27, 2024
@mregrock mregrock mentioned this pull request May 15, 2024
This was referenced Jun 7, 2024
@CyberROFL CyberROFL mentioned this pull request Jun 19, 2024
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