cli: cockroach mt start-sql
does not support the --locality-advertise-addr
argument
#90172
Labels
A-server-networking
Pertains to network addressing,routing,initialization
A-server-start-drain
Pertains to server startup and shutdown sequences
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-server-and-security
DB Server & Security
Describe the problem
For KV node-node connections, we support a
--locality-advertise-addr
that tells nodes to use different hostnames to connect to other nodes depending on their locality. This enables customizing which addresses are exposed in k8s in each region.For multi-region serverless support, we'll need a similar mechanism for communication between SQL-only servers.
However, currently the
--locality-advertise-addr
flag is not supported by SQL-only servers. It probably should.Might relate to #52266
Might relate to #42741
Jira issue: CRDB-20621
The text was updated successfully, but these errors were encountered: