Skip to content

[To dev/1.3] Cherry-pick some IoTConsensus related commits to 1.3 - #16812

Merged
jt2594838 merged 8 commits into
dev/1.3from
cp_iot_1.3
Nov 27, 2025
Merged

[To dev/1.3] Cherry-pick some IoTConsensus related commits to 1.3#16812
jt2594838 merged 8 commits into
dev/1.3from
cp_iot_1.3

Conversation

@jt2594838

Copy link
Copy Markdown
Contributor

Refer to the commits for details.

HxpSereinand others added 6 commits November 26, 2025 10:17
…15727)
* Fix stuck when stopping a DataNode with large unremovable WAL files
* spotless
* add shutdown hook watcher
* Fix logDispatcher stuck
* add re-interrupt
…sed request when performing empty table deleting (#16022)
* Fix double memory free of iotconsensus queue request during region deletion
* Fix missing searchIndex and lost deletion when no TsFile is involved.
…lure (#16169)
* fix IoTConsensus memory management
* Fix ref count of IoTConsensus request not decreased in allocation failure
* fix log level
@codecov

codecovBot commented Nov 26, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 46.85315% with 76 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.05%. Comparing base (752313e) to head (ff4e391).
⚠️ Report is 9 commits behind head on dev/1.3.

Files with missing linesPatch %Lines
...s/iot/logdispatcher/IoTConsensusMemoryManager.java39.34%37 Missing ⚠️
.../apache/iotdb/db/service/DataNodeShutdownHook.java0.00%19 Missing ⚠️
.../iotdb/consensus/iot/logdispatcher/SyncStatus.java58.33%5 Missing ⚠️
...db/db/storageengine/dataregion/wal/WALManager.java50.00%5 Missing ⚠️
...e/plan/planner/plan/node/write/DeleteDataNode.java0.00%4 Missing ⚠️
...tdb/consensus/iot/logdispatcher/LogDispatcher.java80.00%3 Missing ⚠️
...planner/plan/node/pipe/PipeEnrichedInsertNode.java0.00%1 Missing ⚠️
...lanner/plan/node/write/InsertMultiTabletsNode.java0.00%1 Missing ⚠️
...ner/plan/node/write/InsertRowsOfOneDeviceNode.java0.00%1 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@## dev/1.3 #16812 +/- ##
=============================================
+ Coverage 41.04% 41.05% +0.01% 
Complexity 198 198 =============================================
Files 3589 3589 Lines 235798 235938 +140 Branches 28482 28499 +17 =============================================
+ Hits 96788 96871 +83 - Misses 139010 139067 +57 

☔ 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 f0ec9c4 into dev/1.3Nov 27, 2025
22 of 27 checks passed
@jt2594838
jt2594838 deleted the cp_iot_1.3 branch November 27, 2025 09:22
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

@jt2594838@HxpSerein