Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tidb集群配置,tikv的advertise-address应该怎么配
[TiDB Usage Environment] Production Environment
[TiDB Version] 4.0.8
Currently setting up the cluster, there is an advertise-addr configuration on the tikv-server side.
-
Do different tikv nodes need to be configured with the same address?
-
Does this address need to be the same as the pd node?
-
If not configured, testing can still read and write normally. Is it necessary?
If it’s not a Docker or NAT environment, you can skip the configuration.
By default, it will read the value of the --addr parameter.
You don’t need to configure this address; by default, it is the IP address and port you specified.
No configuration is needed. If it is the same IP, just write the port number in the configuration file to distinguish different TiKV nodes.
KV on different machines will have defaults; on the same machine, you only need to modify the port of each node.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.