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

Optimize write metric update for insertTablets and insertRelationalTablet #13793

Merged
merged 3 commits into from
Oct 17, 2024

fix mvn build warning

fc51446
Select commit
Loading
Failed to load commit list.
Merged

Optimize write metric update for insertTablets and insertRelationalTablet #13793

fix mvn build warning
fc51446
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 16, 2024 in 1s

40.83% (-0.01%) compared to 6510fb8

View this Pull Request on Codecov

40.83% (-0.01%) compared to 6510fb8

Details

Codecov Report

Attention: Patch coverage is 46.47887% with 38 lines in your changes missing coverage. Please review.

Project coverage is 40.83%. Comparing base (6510fb8) to head (fc51446).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
.../iotdb/db/storageengine/dataregion/DataRegion.java 41.66% 35 Missing ⚠️
.../statemachine/dataregion/DataExecutionVisitor.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13793      +/-   ##
============================================
- Coverage     40.83%   40.83%   -0.01%     
  Complexity       71       71              
============================================
  Files          4057     4061       +4     
  Lines        254110   254675     +565     
  Branches      31030    31087      +57     
============================================
+ Hits         103771   103988     +217     
- Misses       150339   150687     +348     

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