yugabyte/yugabyte-db

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

Open

#837 opened on 2019年2月5日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C (1,003 forks)batch import
help wantedkind/enhancement

Repository metrics

Stars
 (8,229 stars)
PR merge metrics
 (平均マージ 17d 21h) (30d で 92 merged PRs)

説明

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

コントリビューターガイド