Skip to content

Pipe: Optimized the tablet size by memory estimation#17452

Merged
jt2594838 merged 8 commits intomasterfrom
fix-measurement-master
Apr 10, 2026
Merged

Pipe: Optimized the tablet size by memory estimation#17452
jt2594838 merged 8 commits intomasterfrom
fix-measurement-master

Conversation

@Caideyipi
Copy link
Copy Markdown
Collaborator

Description

As the title said.


This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.82%. Comparing base (b4644ba) to head (f5f2646).
⚠️ Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
...iotdb/commons/pipe/receiver/IoTDBFileReceiver.java 0.00% 7 Missing ⚠️
.../parser/table/TsFileInsertionEventTableParser.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #17452      +/-   ##
============================================
+ Coverage     39.76%   39.82%   +0.06%     
  Complexity      312      312              
============================================
  Files          5135     5135              
  Lines        347037   347087      +50     
  Branches      44219    44225       +6     
============================================
+ Hits         138000   138234     +234     
+ Misses       209037   208853     -184     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud
Copy link
Copy Markdown

@jt2594838 jt2594838 merged commit 3e4661b into master Apr 10, 2026
32 of 36 checks passed
@jt2594838 jt2594838 deleted the fix-measurement-master branch April 10, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants