Skip to content

Pipe: Fixed the bug that the parent class loader may wrongly load ext pipe plugins - #17580

Merged
jt2594838 merged 1 commit into
masterfrom
logger-bowl
Apr 30, 2026
Merged

Pipe: Fixed the bug that the parent class loader may wrongly load ext pipe plugins#17580
jt2594838 merged 1 commit into
masterfrom
logger-bowl

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

@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecovBot commented Apr 30, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 94.44444% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 39.97%. Comparing base (b7eb193) to head (9fef726).
⚠️ Report is 9 commits behind head on master.

Files with missing linesPatch %Lines
...pe/agent/plugin/service/PipePluginClassLoader.java94.44%1 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@## master #17580 +/- ##
=========================================
Coverage 39.96% 39.97% Complexity 2547 2547 =========================================
Files 5175 5175 Lines 348396 348433 +37 Branches 44531 44535 +4 =========================================
+ Hits 139239 139286 +47 + Misses 209157 209147 -10 

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

@jt2594838
jt2594838 merged commit 2a76e19 into masterApr 30, 2026
33 of 34 checks passed
@jt2594838
jt2594838 deleted the logger-bowl branch April 30, 2026 04:36
Caideyipi added a commit that referenced this pull request May 6, 2026
jt2594838 pushed a commit that referenced this pull request May 6, 2026
Sign up for freeto 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

@Caideyipi@jt2594838