Technoboy- commented on code in PR #25130:
URL: https://github.com/apache/pulsar/pull/25130#discussion_r2670614004


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java:
##########
@@ -1089,6 +1089,8 @@ && isCompactionSubscription(subscriptionName)) {
                     close();
                 } else if (ex.getCause() instanceof 
BrokerServiceException.ConnectionClosedException) {
                     log.warn("[{}][{}] Connection was closed while the opening 
the cursor", topic, subscriptionName);
+                } else if (ex.getCause() instanceof 
BrokerServiceException.NotAllowedException) {
+                    log.info("[{}] Subscription: {} with the same name already 
exists", topic, subscriptionName);

Review Comment:
   addressed



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