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

Remove the logic of memtable flush controlled by memory series size #14591

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Merge branch 'master' of github.com:apache/iotdb into force_ci/split_…

d06cc84
Select commit
Loading
Failed to load commit list.
Open

Remove the logic of memtable flush controlled by memory series size #14591

Merge branch 'master' of github.com:apache/iotdb into force_ci/split_…
d06cc84
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 21, 2025 in 1s

39.34% (+0.05%) compared to 263443d

View this Pull Request on Codecov

39.34% (+0.05%) compared to 263443d

Details

Codecov Report

Attention: Patch coverage is 81.62162% with 34 lines in your changes missing coverage. Please review.

Project coverage is 39.34%. Comparing base (263443d) to head (d06cc84).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
...e/dataregion/memtable/AlignedWritableMemChunk.java 83.52% 14 Missing ⚠️
...geengine/dataregion/memtable/WritableMemChunk.java 82.14% 10 Missing ⚠️
...he/iotdb/db/utils/datastructure/AlignedTVList.java 69.56% 7 Missing ⚠️
...ageengine/dataregion/memtable/TsFileProcessor.java 66.66% 2 Missing ⚠️
...pache/iotdb/db/service/metrics/WritingMetrics.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #14591      +/-   ##
============================================
+ Coverage     39.28%   39.34%   +0.05%     
  Complexity      193      193              
============================================
  Files          4420     4420              
  Lines        281463   281443      -20     
  Branches      34806    34806              
============================================
+ Hits         110572   110732     +160     
+ Misses       170891   170711     -180     

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