lhotari commented on PR #23784: URL: https://github.com/apache/pulsar/pull/23784#issuecomment-2569048632
> Add a **return** statement after handling the **LedgerNotExistException** in the **readEntryFailed** method to ensure that the exception is not overwritten by subsequent code. @danpi The result of a CompletableFuture doesn't change after it has been set once with `complete` or `completeExceptionally`. That's why this problem doesn't occur. -- 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]
