merlimat commented on a change in pull request #11967:
URL: https://github.com/apache/pulsar/pull/11967#discussion_r704521521
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
##########
@@ -2245,7 +2248,7 @@ private void createPendingLoadTopic() {
final String topic = pendingTopic.getLeft();
try {
- checkTopicNsOwnership(topic);
+ checkTopicNsOwnership(topic).join();
Review comment:
Instead of blocking here, we should chain on the completion of this
future
--
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]