Coordinator host setting
Open
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
Coordinator host can be set using SELECT citus_set_coordinator_host ('192.168.5.1', 5434)
Two questions:
- Can this setting be found out later on via e.g. SELECT citus_get_coordinator_host ()?
- If for example 192.168.5.1 failed and a hot standby at 192.168.5.2 kicks in, now will all the workers (for example a worker can live on 192.168.5.100) continue to function now that the coordinator host has changed?
Contributor guide
Assessment
This issue has not been assessed yet.