jscheffl commented on issue #35817:
URL: https://github.com/apache/airflow/issues/35817#issuecomment-1826282503

   Okay, then I assume the root cause originally is the error
   ```
   ERROR - Unexpected error: encoding with 'idna' codec failed (UnicodeError: 
label empty or too long)
   ```
   Otherwise setting `statsd-on` will be required if you don't want to use the 
internal statsd (which I expect is fine to go with an external).
   After reading the datadog docs, the setup uses the agents on all individual 
K8s hosts. Might be something has moved, the error from above is related to 
some host name parsing issues, seems the IP address in the Python code 
miserably fails. Can you please post not only the one file but the full log of 
a node starting such that the context can be understood?
   
   As a second attempt can you try using the kubernetes hostname instead of the 
IP via `spec.nodeName` field instead of `status.hostIP`?


-- 
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]

Reply via email to