Skip to content

Load: Fixed multiple bugs#17413

Open
Caideyipi wants to merge 5 commits intomasterfrom
load_scan
Open

Load: Fixed multiple bugs#17413
Caideyipi wants to merge 5 commits intomasterfrom
load_scan

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
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

❌ Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.75%. Comparing base (68fc992) to head (f1e6bd0).

Files with missing lines Patch % Lines
...ngine/plan/scheduler/load/LoadTsFileScheduler.java 0.00% 3 Missing ⚠️
.../plan/analyze/load/LoadTsFileTableSchemaCache.java 0.00% 2 Missing ⚠️
...ion/config/executor/ClusterConfigTaskExecutor.java 0.00% 2 Missing ⚠️
...iotdb/db/storageengine/load/LoadTsFileManager.java 0.00% 2 Missing ⚠️
...rageengine/load/config/LoadTsFileConfigurator.java 0.00% 2 Missing ⚠️
...ne/plan/planner/plan/node/load/LoadTsFileNode.java 0.00% 1 Missing ⚠️
...ageengine/load/memory/LoadTsFileMemoryManager.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #17413      +/-   ##
============================================
- Coverage     39.75%   39.75%   -0.01%     
  Complexity      312      312              
============================================
  Files          5134     5134              
  Lines        346874   346878       +4     
  Branches      44186    44187       +1     
============================================
- Hits         137906   137902       -4     
- Misses       208968   208976       +8     

☔ 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

sonarqubecloud bot commented Apr 1, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
5.5% Duplication on New Code (required ≤ 5%)

See analysis details on SonarQube Cloud

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