poorbarcode opened a new pull request, #25443:
URL: https://github.com/apache/pulsar/pull/25443
### Motivation
Env:
- `cluster-1` and `cluster-2` share configuration metadata store
- create a partitioned topic `public/default/tp1`
- The ZK node `/admin/partitioned-topics/{topic}` will be created on the
shared configuration metadata store.
- The topic will enable a binary way replication between `cluster-1` and
`cluster-2`
- Remove `cluster-2` from the topic-level `replication policies`
- The partition `public/default/tp1-partition-0` will be deleted
automatically.
Issue: call `pulsar-admin topics create-missed-partitions <topic>`, the
partition `public/default/tp1-partition-0` was loaded up again.
### Modifications
Fix the issue
### Documentation
<!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
- [ ] `doc` <!-- Your PR contains doc changes. -->
- [ ] `doc-required` <!-- Your PR changes impact docs and you will update
later -->
- [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
- [ ] `doc-complete` <!-- Docs have been already added -->
### Matching PR in forked repository
PR in forked repository: x
--
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]