Skip to content

Pipe: Fixed the log of disruptor queue & deleted the useless binary buffer#17341

Merged
jt2594838 merged 6 commits intomasterfrom
opc-fix-fix
Mar 25, 2026
Merged

Pipe: Fixed the log of disruptor queue & deleted the useless binary buffer#17341
jt2594838 merged 6 commits intomasterfrom
opc-fix-fix

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

@codecov
Copy link

codecov bot commented Mar 24, 2026

Codecov Report

❌ Patch coverage is 20.00000% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.61%. Comparing base (9be854c) to head (9b68a6b).
⚠️ Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
...ink/protocol/airgap/IoTDBDataRegionAirGapSink.java 0.00% 4 Missing ⚠️
.../protocol/thrift/sync/IoTDBDataRegionSyncSink.java 0.00% 4 Missing ⚠️
...rotocol/iotconsensusv2/IoTConsensusV2SyncSink.java 0.00% 3 Missing ⚠️
...builder/IoTConsensusV2TransferBatchReqBuilder.java 0.00% 3 Missing ⚠️
...db/pipe/sink/protocol/writeback/WriteBackSink.java 0.00% 3 Missing ⚠️
.../evolvable/request/PipeTransferTabletBatchReq.java 50.00% 2 Missing ⚠️
...volvable/request/PipeTransferTabletBatchReqV2.java 60.00% 2 Missing ⚠️
...otocol/iotconsensusv2/IoTConsensusV2AsyncSink.java 0.00% 1 Missing ⚠️
...rotocol/thrift/async/IoTDBDataRegionAsyncSink.java 0.00% 1 Missing ⚠️
...e/dataregion/realtime/assigner/DisruptorQueue.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #17341      +/-   ##
============================================
- Coverage     39.72%   39.61%   -0.12%     
  Complexity      312      312              
============================================
  Files          5126     5127       +1     
  Lines        346242   346134     -108     
  Branches      44085    44054      -31     
============================================
- Hits         137551   137123     -428     
- Misses       208691   209011     +320     

☔ 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

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@jt2594838 jt2594838 merged commit e48272a into master Mar 25, 2026
27 of 30 checks passed
@jt2594838 jt2594838 deleted the opc-fix-fix branch March 25, 2026 09:41
jt2594838 pushed a commit that referenced this pull request Mar 25, 2026
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