Denovo1998 commented on code in PR #18010:
URL: https://github.com/apache/pulsar/pull/18010#discussion_r1140920052
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/schema/BookkeeperSchemaStorage.java:
##########
@@ -691,7 +691,8 @@ public static Exception bkException(String operation, int
rc, long ledgerId, lon
message += " - entry=" + entryId;
}
boolean recoverable = rc !=
BKException.Code.NoSuchLedgerExistsException
- && rc != BKException.Code.NoSuchEntryException;
+ && rc != BKException.Code.NoSuchEntryException
+ && rc !=
BKException.Code.NoSuchLedgerExistsOnMetadataServerException;
Review Comment:
No, no, no. My company doesn't use pulsar. I'm just interested in this pr
and have some personal opinions.
--
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]