lhotari commented on issue #25936: URL: https://github.com/apache/pulsar/issues/25936#issuecomment-4626596833
> In environments where broker pod replacement DNS recovery can exceed 30s (we observed 12s, but tail latencies during AZ-spanning rollouts have been seen higher) Just wondering if the DNS resolution issue is a deployment issue where the broker statefulset pod's DNS name won't resolve until the pod is healthy. Apache Pulsar Helm chart had such an issue that was just recently resolved. The solution (and issue) is described here: https://github.com/apache/pulsar-helm-chart/issues/437 . The Pulsar Helm chart 4.6.0 release notes has more context: https://github.com/apache/pulsar-helm-chart/releases/tag/pulsar-4.6.0 Regardless, the fix to WorkerUtils.createExclusiveProducerWithRetry is needed. -- 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]
