yugabyte/yugabyte-db
GitHub で見るCheck for port mismatch between `--master_addresses` and `--rpc_bind_addresses`
Open
#1,592 opened on 2019年6月20日
area/docdbgood first issuekind/enhancementpriority/medium
Repository metrics
- Stars
- (8,229 stars)
- PR merge metrics
- (平均マージ 17d 21h) (30d で 92 merged PRs)
説明
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.