You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/01/04 11:32:29 UTC

[GitHub] [pulsar] wolfstudy commented on issue #9092: Function worker service is not done initializing

wolfstudy commented on issue #9092:
URL: https://github.com/apache/pulsar/issues/9092#issuecomment-753923726


   > "error" : "UNAVAILABLE: Unable to resolve host pf-public-default-my-elasticsearch-sink-0.pf-public-default-my-elasticsearch-sink.pulsar.svc.cluster.local",
   
   This is because your terminal cannot connect to the ip address in the pod. You can use ping or telnet to verify. Under normal circumstances, this network connection is not working. You can consider the following solutions:
   
   - If it is a test environment, you can use kubectl exec -it <your pod name>, enter the pod, and then execute the above command.
   - If it is a production environment, you can consider using DNS and other methods to expose the address to be accessed


----------------------------------------------------------------
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:
users@infra.apache.org