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

[WIP] sqlliveness: add timeouts to heartbeats #85551

Conversation

dhartunian
Copy link
Collaborator

Previously, sqlliveness heartbeat operations could block on the transactions
that were involved. This change introduces some timeouts of the length of the
heartbeat during the create and refresh operations.

TODO: tests
TODO: is this the right way and place to introduce the timeouts?

Resolves #85541

Release note: None

@dhartunian dhartunian requested review from joshimhoff and a team August 3, 2022 17:47
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Previously, sqlliveness heartbeat operations could block on the transactions
that were involved. This change introduces some timeouts of the length of the
heartbeat during the create and refresh operations.

Resolves cockroachdb#85541

Release note: None

Release justification: low-risk bugfix to existing functionality
@dhartunian dhartunian force-pushed the add-timeouts-to-sqlliveness-heartbeat branch from ec9a9ea to ad0fe90 Compare September 6, 2022 20:32
@aadityasondhi
Copy link
Collaborator

closing this in favor of #87533

@dhartunian dhartunian deleted the add-timeouts-to-sqlliveness-heartbeat branch November 14, 2022 16:37
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.

sqlliveness: no deadlines on heartbeats
3 participants