Skip to content

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

Merged
JackieTien97 merged 1 commit intorc/2.0.7from
to--207
Feb 13, 2026
Merged

Pipe: Improved the total performance by disable some useless logic#17200
JackieTien97 merged 1 commit intorc/2.0.7from
to--207

Conversation

@Caideyipi
Copy link
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

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

❌ Patch coverage is 75.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 38.69%. Comparing base (3ba95a8) to head (a15eaea).
⚠️ Report is 1 commits behind head on rc/2.0.7.

Files with missing lines Patch % Lines
.../pipe/source/dataregion/IoTDBDataRegionSource.java 66.66% 4 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             rc/2.0.7   #17200      +/-   ##
==============================================
- Coverage       38.71%   38.69%   -0.03%     
  Complexity        207      207              
==============================================
  Files            4944     4944              
  Lines          327403   327334      -69     
  Branches        41602    41601       -1     
==============================================
- Hits           126755   126661      -94     
- Misses         200648   200673      +25     

☔ 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 11fbd56 into rc/2.0.7 Feb 13, 2026
17 of 20 checks passed
@JackieTien97 JackieTien97 deleted the to--207 branch February 13, 2026 06:21
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