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
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Background
Topology
Raft mode with:
Request API
api/status
Response Example
Followers:
Leader:
Problems
When an API of status check called for followers, it gaves field
RaftHealthyMembers
null which is confused.Expect
When an API of status check called for followers, it gaves field
RaftHealthyMembers
same result of leader node.Solution
Make a replication of request to leader node when status check API called and get
RaftHealthyMembers
from it to replace follower one.The text was updated successfully, but these errors were encountered: