Skip to content

[Subscription] Suppress pull commit progress error when subscription is disabled - #18564

Merged
JackieTien97 merged 1 commit into
apache:masterfrom
Caideyipi:fix/silence-pull-commit-progress-disabled-subscription
Sep 2, 2026
Merged

[Subscription] Suppress pull commit progress error when subscription is disabled#18564
JackieTien97 merged 1 commit into
apache:masterfrom
Caideyipi:fix/silence-pull-commit-progress-disabled-subscription

Conversation

@Caideyipi

@Caideyipi Caideyipi commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Description

When subscription_enabled=false on a DataNode, pullCommitProgress returns UNSUPPORTED_OPERATION (status code 300). The ConfigNode handler now treats this expected response as a silent no-op instead of emitting an error log. Other failures continue to be logged at error level.

Tests

  • mvn spotless:apply -pl iotdb-core/confignode
  • mvn -o compile -pl iotdb-core/confignode -DskipTests (Checkstyle and Spotless passed; the local JVM ran out of native memory during javac.)
  • Targeted javac compilation of PullCommitProgressRPCHandler.java against existing module artifacts passed.

Checklist

  • Self-reviewed
  • No unrelated files changed

@JackieTien97
JackieTien97 merged commit 6b0354f into apache:master Sep 2, 2026
39 checks passed
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