yugabyte/yugabyte-db

Check for port mismatch between `--master_addresses` and `--rpc_bind_addresses`

Open

#1,592 opened on Jun 20, 2019

View on GitHub
 (0 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
 (Avg merge 17d 21h) (92 merged PRs in 30d)

Description

Jira Link: DB-1622 Right now, yb-master checks that the rpc_bind_address ip is in master_addresses, but not the port. Should fix to properly check entire address.

Contributor guide