ykuc opened a new pull request, #69632: URL: https://github.com/apache/airflow/pull/69632
`statsd_ipv6=True` did not enable IPv6 for the default StatsD client because `get_statsd_logger()` passed `ipv6` as the fourth positional argument. For `statsd.StatsClient`, that slot is `maxudpsize`, so the flag was ignored and metrics initialization could fail in IPv6-only environments. Pass StatsD client arguments by keyword so `ipv6` is forwarded correctly. Add a small regression test. related: #69451 -- 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]
