yugabyte/yugabyte-db

Check if master address list contains the broadcast address in case bind address is not present.

Open

#1,621 opened on 2019年6月25日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)C (1,003 forks)batch import
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.

コントリビューターガイド