Skip to content

Pipe: Use async launch to avoid blocking datanode start#17315

Merged
jt2594838 merged 2 commits intomasterfrom
async-start
Mar 19, 2026
Merged

Pipe: Use async launch to avoid blocking datanode start#17315
jt2594838 merged 2 commits intomasterfrom
async-start

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 Mar 19, 2026

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.88%. Comparing base (75364c2) to head (5ed72c8).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...ent/runtime/AbstractPipePeriodicalJobExecutor.java 0.00% 2 Missing ⚠️
...iotdb/db/pipe/agent/runtime/PipeAgentLauncher.java 0.00% 1 Missing ⚠️
...b/pipe/agent/runtime/PipeDataNodeRuntimeAgent.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #17315      +/-   ##
============================================
- Coverage     39.88%   39.88%   -0.01%     
  Complexity      282      282              
============================================
  Files          5117     5117              
  Lines        344511   344513       +2     
  Branches      43895    43895              
============================================
- Hits         137412   137410       -2     
- Misses       207099   207103       +4     

☔ 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 278b05b into master Mar 19, 2026
28 of 33 checks passed
@jt2594838 jt2594838 deleted the async-start branch March 19, 2026 04:18
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