mattisonchao commented on code in PR #19287:
URL: https://github.com/apache/pulsar/pull/19287#discussion_r1092713832


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:
##########
@@ -1400,6 +1406,12 @@ public void openLedgerComplete(ManagedLedger ledger, 
Object ctx) {
                                             "Replication or dedup check 
failed."
                                                     + " Removing topic from 
topics list {}, {}",
                                             topic, ex);
+                                    persistentTopic.getTransactionBuffer()

Review Comment:
   Should we add this similar logic to line `1395`?



-- 
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]

Reply via email to