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).

貢獻者指南