alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.21k stars 12.83k forks source link

nacos集群节点角色一直是candidate #6146

Closed wytjiayou closed 3 years ago

wytjiayou commented 3 years ago

Describe the bug nacos集群有三个几点,一个角色为leader,一个为follower,一个一只是candidate

Expected behavior 不知道节点什么时候开始变成candidate角色的,但是今天一天都是这个角色没有变换成follower。 image

Acutally behavior A clear and concise description of what you actually to happen.

How to Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

KomachiSion commented 3 years ago

1.4.0 use jraft replace old raft. Old raft will be removed.

This problem has been fixed in 1.4.1. After all cluster upgrading to 1.4.1 and upon, the old raft information will be deleted.