-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
release-25.1: logictest: raise TxnLivenessThreshold for multitenant configs #140625
Conversation
Logic tests are flaky due to overload when running in multitenant mode. This patch increases the threshold for transaction heartbeat timeouts, which will make it less likely for foreground operations to be aborted by background jobs like the span config reconciler or the job registry loop to reclaim jobs from dead sessions. Release note: None
76639f2
to
2f459a0
Compare
Thanks for opening a backport. Please check the backport criteria before merging:
If your backport adds new functionality, please ensure that the following additional criteria are satisfied:
Also, please add a brief release justification to the body of your PR to justify this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @yuzefovich)
Backport 1/1 commits from #140607 on behalf of @rafiss.
/cc @cockroachdb/release
Logic tests are flaky due to overload when running in multitenant mode. This patch increases the threshold for transaction heartbeat timeouts, which will make it less likely for foreground operations to be aborted by background jobs like the span config reconciler or the job registry loop to reclaim jobs from dead sessions.
fixes #140597
fixes #140494
fixes #140578
fixes #140577
fixes #140572
fixes #140574
fixes #139890
fixes #140565
fixes #140542
fixes #140543
fixes #140545
fixes #140544
fixes #140546
fixes #140560
fixes #140552
fixes #140541
fixes #140553
fixes #139990
fixes #139776
fixes #140072
fixes #139761
fixes #140161
fixes #140063
fixes #140062
fixes #140011
fixes #140605
fixes #140614
fixes #140608
Release note: None
Release justification: test only change