HQebupt commented on code in PR #15139:
URL: https://github.com/apache/pulsar/pull/15139#discussion_r849026303
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:
##########
@@ -1443,10 +1443,10 @@ public void openLedgerComplete(ManagedLedger ledger,
Object ctx) {
.exceptionally((ex) -> {
log.warn("Replication or dedup
check failed."
+ " Removing topic from
topics list {}, {}", topic, ex);
-
persistentTopic.stopReplProducers().whenComplete((v, exception) -> {
Review Comment:
Does the line 1435 need to do the same thing?
`persistentTopic.stopReplProducers().whenComplete((v, exception)`
--
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]