updating the coordinator hostname when Citus has ran in single node mode.
Before adding worker nodes we need to update the hostname of the coordinator.
By default the coordinator will add the hostname in citus.local_hostname guc - which defaults to localhost
Workers will not be able to connect to the coordinator via localhost as their hostname.
Communication goals (e.g. detailed howto vs orientation)
Good locations for content in docs structure
How does this work? (devs)
Example sql
Corner cases, gotchas
Are there relevant blog posts or outside documentation about the concept/feature?
Link to relevant commits and regression tests if applicable
Why are we implementing it? (sales eng)
What are the typical use cases?
updating the coordinator hostname when Citus has ran in single node mode. Before adding worker nodes we need to update the hostname of the coordinator. By default the coordinator will add the hostname in citus.local_hostname guc - which defaults to
localhost
Workers will not be able to connect to the coordinator vialocalhost
as their hostname.Communication goals (e.g. detailed howto vs orientation)
Good locations for content in docs structure
How does this work? (devs)
Example sql
Corner cases, gotchas
Are there relevant blog posts or outside documentation about the concept/feature?
Link to relevant commits and regression tests if applicable