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

fix(hstore): JRaft Timer Metrics BUG #2602

Merged
merged 4 commits into from
Aug 2, 2024

Conversation

JackyYangPassion
Copy link
Contributor

Purpose of the PR

Main Changes

Verifying these changes

  • Trivial rework / code cleanup without any test coverage. (No Need)
  • Already covered by existing tests, such as (please modify tests here).
  • Need tests and can be verified as follows:
    • xxx

Does this PR potentially affect the following parts?

Documentation Status

  • Doc - TODO
  • Doc - Done
  • Doc - No Need

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. bug Something isn't working labels Jul 29, 2024
@JackyYangPassion JackyYangPassion changed the title 【HStore】fix JRaft Timer Metrics BUG fix(hstore): JRaft Timer Metrics BUG Jul 29, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Aug 2, 2024
Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.68%. Comparing base (53f0e18) to head (d6b3b0f).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2602      +/-   ##
============================================
- Coverage     38.08%   34.68%   -3.40%     
  Complexity      272      272              
============================================
  Files           718      718              
  Lines         58441    58441              
  Branches       7492     7492              
============================================
- Hits          22255    20273    -1982     
- Misses        33804    35897    +2093     
+ Partials       2382     2271     -111     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@VGalaxies VGalaxies merged commit 91f5b33 into apache:master Aug 2, 2024
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] HStore JRaft Timer Metrics Error
3 participants