poorbarcode opened a new pull request, #15363:
URL: https://github.com/apache/pulsar/pull/15363
### Motivation
When execute command `ulsar-admin topicPolicies get-deduplication
persistent://{tenant}/{ns}/{topic}` failure.
Then the `deduplication task` will be disabled, and cursor 'pulsar.dedup'
will not move still restart `broker`.
But zk-node:
`/managed-ledgers/{tenant}/{ns}/persistent/{topic}/pulsar.dedup` still exists.
Errors occur: this topic's ledger-store will not be deleted anymore, even if
all message has been acknowledged.
### Modifications
When `checkDeduplicationStatus()` failure, stop this topic.
### Documentation
Need to update docs?
- [ ] `doc-required`
- [x] `no-need-doc`
- [ ] `doc`
- [ ] `doc-added`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]