Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nacos cannot log off normally #12718

Open
zcl8515991 opened this issue Oct 11, 2024 · 3 comments
Open

Nacos cannot log off normally #12718

zcl8515991 opened this issue Oct 11, 2024 · 3 comments
Labels
status/invalid This doesn't seem right

Comments

@zcl8515991
Copy link

我是使用k8s部署的nacos集群,集群使用正常,但是使用nacos下线服务的时候报错 {"timestamp":"2024-10-11T10:48:20.186+08:00","status":400,"error":"Bad Request","message":"receive invalid redirect request from peer 10.233.76.97","path":"/nacos/v1/ns/instance"} 每次报错请求的ip地址也不用 ,这个问题应该怎么解决

I deployed a Nacos cluster using k8s, and the cluster was functioning normally. However, when I tried to log off the service using Nacos, an error occurred {"timestamp": "2024-10-11T10:48:20.186+08:00", "status": 400, "error": "Bad Request", "message": "receive invalid redirect request from peer 10.233.76.97", "path": "/nacos/v1/ns/instance"}. The IP address of each error request is not required. How can I solve this problem

@KomachiSion
Copy link
Collaborator

部署的集群有问题,cluster.conf文件肯定不一致。

@KomachiSion KomachiSion added the status/invalid This doesn't seem right label Oct 12, 2024
@zcl8515991
Copy link
Author

不是这个问题 我是用k8s部署的 三个pod共用的cluster.conf文件

@KomachiSion
Copy link
Collaborator

receive invalid redirect request

这个报错只能是集群之间的节点不统一, 原因是需要转发到leader进行处理写请求, 但是发起转发的节点所计算的责任leader和接受转发的节点所计算的责任leader不一致。

目前发现的原因只有各个节点的member列表不一致, 可以通过运维api,看一下是不是member不一致。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants