Skip to content

Pipe: Improved the total performance by disable some useless logic (#16916)#17227

Merged
HTHou merged 1 commit intorc/1.3.7from
to-137
Feb 27, 2026
Merged

Pipe: Improved the total performance by disable some useless logic (#16916)#17227
HTHou merged 1 commit intorc/1.3.7from
to-137

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

@HTHou HTHou merged commit fb84cd7 into rc/1.3.7 Feb 27, 2026
8 of 12 checks passed
@HTHou HTHou deleted the to-137 branch February 27, 2026 08:40
@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 27, 2026

Codecov Report

❌ Patch coverage is 75.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.30%. Comparing base (80b6627) to head (6006036).
⚠️ Report is 1 commits behind head on rc/1.3.7.

Files with missing lines Patch % Lines
.../pipe/source/dataregion/IoTDBDataRegionSource.java 66.66% 4 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             rc/1.3.7   #17227      +/-   ##
==============================================
- Coverage       41.32%   41.30%   -0.03%     
  Complexity        198      198              
==============================================
  Files            3596     3596              
  Lines          236257   236199      -58     
  Branches        28587    28588       +1     
==============================================
- Hits            97640    97556      -84     
- Misses         138617   138643      +26     

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

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