abhilashmandaliya commented on issue #5387: When I create many PulsarClients and Consumers, fail to resolve hostname URL: https://github.com/apache/pulsar/issues/5387#issuecomment-570510416 It seems that issue is still there @hrsakai I am getting this exception: ``` 14:15:33.545 [main] ERROR org.apache.pulsar.functions.worker.SchedulerManager - Exception while at creating producer to topic persistent://public/functions/assignments java.util.concurrent.ExecutionException: org.apache.pulsar.client.api.PulsarClientException: java.util.concurrent.CompletionException: io.netty.resolver.dns.DnsResolveContext$SearchDomainUnknownHostException: Search domain query failed. Original hostname: 'as-MacBook-Pro.local' failed to resolve 'as-MacBook-Pro.local.blr.aerospike.com' after 2 queries at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) ~[?:1.8.0_232] at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928) ~[?:1.8.0_232] at org.apache.pulsar.functions.worker.SchedulerManager.lambda$createProducer$0(SchedulerManager.java:109) ~[org.apache.pulsar-pulsar-functions-worker-2.4.2.jar:2.4.2] ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
