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

do not treat initial tablet metrics values as 0 #4355

Merged
merged 1 commit into from
May 8, 2024

Conversation

vporyadke
Copy link
Collaborator

Changelog entry

fix a case where tablet metrics were not updated

Changelog category

  • Bugfix

Additional information

A tablet assumes that initial value for any metric is 0, and if the value does not change much from 0 it does not need to be reported. This is incorrect, because the value in Hive might be different from 0 - because of initialization with average metrics, or because of metrics from the previous generation.

@github-actions github-actions bot added the bugfix label May 7, 2024
Copy link

github-actions bot commented May 7, 2024

2024-05-07 11:25:07 UTC Pre-commit check for 434fa66 has started.
2024-05-07 11:25:08 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-07 11:51:27 UTC Build successful.

Copy link

github-actions bot commented May 7, 2024

2024-05-07 11:27:10 UTC Pre-commit check for 434fa66 has started.
2024-05-07 11:27:11 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-07 11:53:05 UTC Build successful.
2024-05-07 11:54:44 UTC Tests are running...
🔴 2024-05-07 13:34:45 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10211 10085 0 31 86 9

Copy link

github-actions bot commented May 7, 2024

2024-05-07 11:29:52 UTC Pre-commit check for 434fa66 has started.
2024-05-07 11:29:53 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-07 11:55:39 UTC Build successful.
2024-05-07 11:57:15 UTC Tests are running...
🔴 2024-05-07 13:28:09 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
37497 32241 0 5 5241 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants