mattisonchao commented on code in PR #21540:
URL: https://github.com/apache/pulsar/pull/21540#discussion_r1385794325
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:
##########
@@ -1724,7 +1724,7 @@ public void openLedgerComplete(ManagedLedger ledger,
Object ctx) {
});
persistentTopic.stopReplProducers()
.whenCompleteAsync((v,
exception) -> {
-
topics.remove(topic, topicFuture);
+
persistentTopic.close();
Review Comment:
Plus, please give good log information if the closing operation has errors.
:)
--
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]