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 RatisConsensus client==null exception when stopping datanode #14578

Merged
merged 1 commit into from
Dec 30, 2024

finish

13045d3
Select commit
Loading
Failed to load commit list.
Merged

Fix RatisConsensus client==null exception when stopping datanode #14578

finish
13045d3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 27, 2024 in 0s

39.42% (-0.01%) compared to 1a0d4c6, passed because coverage increased by 0% when compared to adjusted base (39.42%)

View this Pull Request on Codecov

39.42% (-0.01%) compared to 1a0d4c6, passed because coverage increased by 0% when compared to adjusted base (39.42%)

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 39.42%. Comparing base (1a0d4c6) to head (13045d3).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...g/apache/iotdb/consensus/ratis/RatisConsensus.java 50.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #14578      +/-   ##
============================================
- Coverage     39.42%   39.42%   -0.01%     
- Complexity      185      193       +8     
============================================
  Files          4341     4342       +1     
  Lines        275376   275485     +109     
  Branches      33637    33637              
============================================
+ Hits         108570   108604      +34     
- Misses       166806   166881      +75     

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