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

release-19.2: server: add metric for number of disk stalls detected #41475

Merged
merged 1 commit into from
Oct 9, 2019

Conversation

ajwerner
Copy link
Contributor

@ajwerner ajwerner commented Oct 9, 2019

Backport 1/1 commits from #41337.

/cc @cockroachdb/release


This commit adds a counter metric on the Node object for the number of
disk stalls detected. It might have been cleaner to attach this metric to the
store associated with the engine and perhaps even to have moved this check into
storage but this seemed like the least invasive place to put it.

Fixes #38040.

Release justification: Low risk, high priority monitoring change for
high-severity bugs in existing functionality.

Release note: None

This commit adds a counter metric on the Node object for the number of
disk stalls detected. It might have been cleaner to attach this metric to the
store associated with the engine and perhaps even to have moved this check into
storage but this seemed like the least invasive place to put it.

Fixes cockroachdb#38040.

Release justification: Low risk, high priority monitoring change for
high-serverity bugs in existing functionality.

Release note: None
@ajwerner ajwerner requested a review from bdarnell October 9, 2019 17:07
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@ajwerner
Copy link
Contributor Author

ajwerner commented Oct 9, 2019

Any objections to putting this in the 19.2 release?

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.

3 participants