poorbarcode opened a new pull request, #17157:
URL: https://github.com/apache/pulsar/pull/17157
Fixes #17111
Master Issue: #17111
### Motivation
same as #17070, there have two race conditions:
1. delete namespace and asynchronously create topic `__change_event`
2. delete namespace and asynchronously create subscription
`__change_event/__compaction`
### Modifications
Make delete namespace after `__change_event` and
`__change_event/__compaction` create finish.
### Documentation
- [ ] `doc-required`
(Your PR needs to update docs and you will update later)
- [x] `doc-not-needed`
(Please explain why)
- [ ] `doc`
(Your PR contains doc changes)
- [ ] `doc-complete`
(Docs have been already 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]