yugabyte/yugabyte-db

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

Open

#837 geöffnet am 5. Feb. 2019

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (1.003 Forks)batch import
help wantedkind/enhancement

Repository-Metriken

Stars
 (8.229 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 21h) (92 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide