Skip to content

Pipe: Improved the total performance by disable some useless logic#17448

Merged
JackieTien97 merged 1 commit intorc/2.0.8from
to-208
Apr 8, 2026
Merged

Pipe: Improved the total performance by disable some useless logic#17448
JackieTien97 merged 1 commit intorc/2.0.8from
to-208

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

@Caideyipi Caideyipi force-pushed the to-208 branch 2 times, most recently from b39c8ce to feb55da Compare April 8, 2026 09:40
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 8, 2026

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 63.15789% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.38%. Comparing base (7d44488) to head (a5432db).
⚠️ Report is 29 commits behind head on rc/2.0.8.

Files with missing lines Patch % Lines
.../pipe/source/dataregion/IoTDBDataRegionSource.java 66.66% 4 Missing ⚠️
...peHistoricalDataRegionTsFileAndDeletionSource.java 0.00% 2 Missing ⚠️
...protocol/pipeconsensus/PipeConsensusAsyncSink.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             rc/2.0.8   #17448      +/-   ##
==============================================
- Coverage       39.48%   39.38%   -0.10%     
  Complexity        282      282              
==============================================
  Files            5097     5096       -1     
  Lines          341170   341387     +217     
  Branches        43446    43488      +42     
==============================================
- Hits           134719   134464     -255     
- Misses         206451   206923     +472     

☔ 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.

@JackieTien97 JackieTien97 merged commit 1a3b561 into rc/2.0.8 Apr 8, 2026
17 of 19 checks passed
@JackieTien97 JackieTien97 deleted the to-208 branch April 8, 2026 11:08
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