yugabyte/yugabyte-db
GitHub で見るCheck if master address list contains the broadcast address in case bind address is not present.
Open
#1,621 opened on 2019年6月25日
area/docdbgood first issuekind/enhancementpriority/medium
Repository metrics
- Stars
- (8,229 stars)
- PR merge metrics
- (平均マージ 17d 21h) (30d で 92 merged PRs)
説明
Jira Link: DB-1371 Currently at master start-up, we verify that the master's RPC bind address is part of the master address list passed at a start-up. In case we have different RPC addresses and broadcast addresses, and the RPC address is not publicly available, we might need to pass the broadcast address as the master address.