BewareMyPower commented on PR #26163: URL: https://github.com/apache/pulsar/pull/26163#issuecomment-4965088365
@Denovo1998 I pushed a new commit, which unifies the rule of logging when topic loading fails. 1. All fail paths now go through `failTopicFuture`, which removes the topic future from cache and triggering the `topicFuture.exceptionally` that logs the detailed latency trace and exception message. 2. Some existing warn logs are retained but they won't include latency or exceptional message. -- 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]
