gaozhangmin opened a new pull request, #16599:
URL: https://github.com/apache/pulsar/pull/16599
### Motivation
Fixes #16595
### Modifications
The root cause is: `patternAutoDiscoveryPeriod` is set to 2 mins, After
`admin.topics().createPartitionedTopic(topicName4, 4);`,
`client.getLookup().getTopicsUnderNamespace` called, the new topics may not be
found at that moment, so, wait another 2 mins, and caused timeout
### Documentation
- [x] `doc-not-needed`
--
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]