Skip to content

Optimized the clear logic of Schema Region && Pipe: Fixed the bug of config listen type & The historical pipe does not work for deletion-only sync - #17553

Merged
jt2594838 merged 3 commits into
masterfrom
source-fix
Apr 29, 2026
Merged

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

@codecov

codecovBot commented Apr 27, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 39.89%. Comparing base (6680d6f) to head (89fad73).
⚠️ Report is 3 commits behind head on master.

Files with missing linesPatch %Lines
...peHistoricalDataRegionTsFileAndDeletionSource.java0.00%1 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@## master #17553 +/- ##
============================================
+ Coverage 39.88% 39.89% +0.01% 
Complexity 2547 2547 ============================================
Files 5172 5172 Lines 348236 348235 -1 Branches 44497 44497 ============================================
+ Hits 138899 138945 +46 + Misses 209337 209290 -47 

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

@sonarqubecloud

Copy link
Copy Markdown

@jt2594838
jt2594838 merged commit becc0c4 into masterApr 29, 2026
30 checks passed
jt2594838 pushed a commit that referenced this pull request Apr 30, 2026
…d in temporary timeout exception & Optimized the directory check in receiver & Optimized the configNode pipe logic (#17556) & Optimized the clear logic of Schema Region (#17553) (#17576)
* Optimized the clear logic of Schema Region && Pipe: Fixed the bug that the historical pipe does not work for deletion-only sync (#17553)
* Pipe: Fixed the bug that air gap receiver may not respond in temporary timeout exception & Optimized the directory check in receiver & Optimized the configNode pipe logic (#17556)
@HTHou
HTHou deleted the source-fix branch June 17, 2026 06:39
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