You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it shows:
{"error_code":7016,"error_message":"From leader: Invalid server address: Follower or learner peer server address 0.0.0.0: 23851 are same as leader"}
The 3 nodes share the same infinity_conf.toml and the pear_ip = 0.0.0.0.
if this address and pear_ip dont support dnsname, then we need to create 3 different svc for this cluster.
Expected behavior
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
Version or Commit ID
v0.6.0-dev3
Other environment information
Actual behavior and How to reproduce it
I have a leader node inside k8s:
infinity-cluster-0.infinity-cluster-service.deepseek.svc.cluster.local:23851
when I excute this command to register 2nd node as a follower node:
it shows
{"error_code":7016,"error_message":"Invalid server address: infinity-cluster-0.infinity-cluster-service.deepseek.svc.cluster.local:23851"}
when I use ip address:
it shows:
{"error_code":7016,"error_message":"From leader: Invalid server address: Follower or learner peer server address 0.0.0.0: 23851 are same as leader"}
The 3 nodes share the same infinity_conf.toml and the pear_ip = 0.0.0.0.
if this address and pear_ip dont support dnsname, then we need to create 3 different svc for this cluster.
Expected behavior
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: