Skip to content

Reapply "Fix CQ recovery gap and stale callback contamination (#17734)" (#17827) - #17828

Merged
Caideyipi merged 1 commit into
masterfrom
re-re
Jun 3, 2026
Merged

Reapply "Fix CQ recovery gap and stale callback contamination (#17734)" (#17827)#17828
Caideyipi merged 1 commit into
masterfrom
re-re

Conversation

@Caideyipi

Copy link
Copy Markdown
Collaborator

Description

This reverts commit a420681.


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

@Caideyipi
Caideyipi merged commit a077c04 into masterJun 3, 2026
40 of 41 checks passed
@Caideyipi
Caideyipi deleted the re-re branch June 3, 2026 06:39
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecovBot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 66.85393% with 59 lines in your changes missing coverage. Please review.
✅ Project coverage is 40.91%. Comparing base (a420681) to head (58ac679).
⚠️ Report is 2 commits behind head on master.

Files with missing linesPatch %Lines
.../apache/iotdb/confignode/manager/cq/CQManager.java65.38%18 Missing ⚠️
...he/iotdb/confignode/manager/cq/CQScheduleTask.java48.27%15 Missing ⚠️
...onfignode/procedure/impl/cq/CreateCQProcedure.java60.00%14 Missing ⚠️
...apache/iotdb/confignode/persistence/cq/CQInfo.java76.92%6 Missing ⚠️
...gnode/consensus/request/write/cq/ActiveCQPlan.java71.42%2 Missing ⚠️
...nfignode/consensus/request/write/cq/AddCQPlan.java85.71%1 Missing ⚠️
...fignode/consensus/request/write/cq/DropCQPlan.java85.71%1 Missing ⚠️
...sus/request/write/cq/UpdateCQLastExecTimePlan.java88.88%1 Missing ⚠️
...gnode/persistence/executor/ConfigPlanExecutor.java0.00%1 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@## master #17828 +/- ##
============================================
+ Coverage 40.87% 40.91% +0.04% + Complexity 2611 2610 -1 
============================================
Files 5186 5186 Lines 351308 351420 +112 Branches 44971 44991 +20 ============================================
+ Hits 143585 143781 +196 + Misses 207723 207639 -84 

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

MileaRobertStefan pushed a commit to MileaRobertStefan/iotdb that referenced this pull request Jun 26, 2026
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.

1 participant

@Caideyipi