yugabyte/yugabyte-db

Gflags that require port number in their arguments should assume defaults if not passed

Open

#837 创建于 2019年2月5日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C (1,003 fork)batch import
help wantedkind/enhancement

仓库指标

Star
 (8,229 star)
PR 合并指标
 (平均合并 17天 21小时) (30 天内合并 92 个 PR)

描述

When you pass GFLAG parameters that require port numbers such as --rpc_bind_addresses, --server_broadcast_addresses, tserver_master_addrs, et al, if the address only is passed without the corresponding port number it would be nice if we assumed the default port for that particular argument / parameter. There should also be a sanity check to make sure that if the port number is passed that it doesn't conflict with another known YB port (e.g. rpc vs webserver ports).

贡献者指南