yugabyte/yugabyte-db

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

Open

#1.621 aberto em 25 de jun. de 2019

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)C (1.003 forks)batch import
area/docdbgood first issuekind/enhancementpriority/medium

Métricas do repositório

Stars
 (8.229 stars)
Métricas de merge de PR
 (Mesclagem média 17d 21h) (92 fundiu PRs em 30d)

Description

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.

Guia do colaborador