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

slinstance: extend liveness TTL by 5x in race builds #136331

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

yuzefovich
Copy link
Member

We just saw a couple of failures in multi-node shared-process clusters around imports where the liveness session expired before the import could complete, failing the job. I didn't find anything wrong in the logs other than symptoms of overload, so I think we should just give longer TTL to the sessions in race builds.

Fixes: #136291.

Release note: None

We just saw a couple of failures in multi-node shared-process clusters
around imports where the liveness session expired before the import
could complete, failing the job. I didn't find anything wrong in the
logs other than symptoms of overload, so I think we should just give
longer TTL to the sessions in race builds.

Release note: None
@yuzefovich yuzefovich requested review from fqazi and a team November 28, 2024 00:54
Copy link

blathers-crl bot commented Nov 28, 2024

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@fqazi fqazi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @yuzefovich)

@yuzefovich
Copy link
Member Author

Thanks for the quick review!

bors r+

@craig craig bot merged commit 1ae7e46 into cockroachdb:master Nov 28, 2024
22 of 23 checks passed
@yuzefovich yuzefovich deleted the slinstance-race branch November 28, 2024 03:43
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.

sql/importer: TestExportImportBank failed
3 participants