[
https://issues.apache.org/jira/browse/AIRFLOW-1852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joy Gao resolved AIRFLOW-1852.
------------------------------
Resolution: Fixed
Fix Version/s: 1.10.0
Issue resolved by pull request #3036
[https://github.com/apache/incubator-airflow/pull/3036]
> Allow hostname to be overridable
> --------------------------------
>
> Key: AIRFLOW-1852
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1852
> Project: Apache Airflow
> Issue Type: Improvement
> Reporter: Trevor Joynson
> Priority: Major
> Fix For: 1.10.0
>
>
> * https://github.com/apache/incubator-airflow/pull/2472
> This makes running Airflow tremendously easier in common
> production deployments that need a little more than just
> a bare `socket.getfqdn()` hostname for service discovery
> per running instance.
> Personally, I just place the Kubernetes Pod FQDN (or even IP) here.
> Question: Since the web server calls out to the individual
> worker nodes to snag logs, what happens if one dies midway?
> I may later look into that, because that scares me slightly.
> I feel like workers should not ever hold such state, but that's purely a
> personal bias.
> Thanks,
> Trevor
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)