Skip to content

Comments

Pipe: Applied multiple upgrades to pipe#17217

Open
Caideyipi wants to merge 6 commits intorc/2.0.7from
to-207-new
Open

Pipe: Applied multiple upgrades to pipe#17217
Caideyipi wants to merge 6 commits intorc/2.0.7from
to-207-new

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 24, 2026

Codecov Report

❌ Patch coverage is 2.04082% with 48 lines in your changes missing coverage. Please review.
✅ Project coverage is 38.95%. Comparing base (05ef722) to head (3213e2c).

Files with missing lines Patch % Lines
...org/apache/iotdb/commons/utils/WindowsOSUtils.java 0.00% 20 Missing ⚠️
...ion/config/executor/ClusterConfigTaskExecutor.java 0.00% 15 Missing ⚠️
.../protocol/legacy/IoTDBLegacyPipeReceiverAgent.java 0.00% 5 Missing ⚠️
...java/org/apache/iotdb/commons/utils/FileUtils.java 0.00% 5 Missing ⚠️
...pipe/sink/protocol/legacy/IoTDBLegacyPipeSink.java 25.00% 3 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             rc/2.0.7   #17217      +/-   ##
==============================================
- Coverage       38.96%   38.95%   -0.02%     
  Complexity        198      198              
==============================================
  Files            4899     4900       +1     
  Lines          320173   320214      +41     
  Branches        40424    40435      +11     
==============================================
- Hits           124762   124727      -35     
- Misses         195411   195487      +76     

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

1 participant