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

closedts: avoid logging failures on startup #45460

Merged

Conversation

ajwerner
Copy link
Contributor

Before this commit it was commonly the case that nodes would fail to move the
closed timestamp due to not being live when they start up. This warning was
concerning to customers. Now we'll track whether we've ever been live and only
log if we find that we are not live later.

Fixes #44846

Release note: None

@ajwerner ajwerner requested a review from tbg February 26, 2020 18:23
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@tbg tbg left a comment

Choose a reason for hiding this comment

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

💯 thanks!

@ajwerner
Copy link
Contributor Author

TFTR!

bors r=tbg

@craig
Copy link
Contributor

craig bot commented Feb 26, 2020

Build failed (retrying...)

@ajwerner
Copy link
Contributor Author

bors r=tbg

Before this commit it was commonly the case that nodes would fail to move the
closed timestamp due to not being live when they start up. This warning was
concerning to customers. Now we'll track whether we've ever been live and only
log if we find that we are not live later.

Fixes cockroachdb#44846

Release note: None
@ajwerner ajwerner force-pushed the ajwerner/silence-closedts-on-startup branch from c7c5786 to 99021d6 Compare February 27, 2020 05:35
@ajwerner
Copy link
Contributor Author

bors r=tbg

@craig
Copy link
Contributor

craig bot commented Feb 27, 2020

Build succeeded

@craig craig bot merged commit eae5a92 into cockroachdb:master Feb 27, 2020
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.

kv: closed ts catch-up warning causes unnecessary alarm
3 participants