[Bug] Update partitions call is failing when topic level replication is disabled #22967
Closed
2 of 3 tasks
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Read release policy
Version
Pulsar version: Branch 3.0 unreleased changes (build from 14ced4d commit)
Pulsar admin version: 3.0.5
Minimal reproduce step
admin.topics().setMessageTTL()
admin.topics().updatePartitionedTopic(topicFQN, 3, false)
Non default config:
What did you expect to see?
updatePartitionedTopic() call to update partitions successfully.
What did you see instead?
Topic partitions are updated but call failed with exception.
Adding broker logs:
Anything else?
The issue didn't happen when topic-level replication was enabled (set clusters with standalone only).
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: