baidu / braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.95k stars 881 forks source link

peer_id not exist #375

Open smccauliff opened 2 years ago

smccauliff commented 2 years ago

I'm seeing this error message in my logs very frequently:

braft/Source/src/braft/node.cpp:1457] node main:<ip><port>:650460249 request PreVote from <ip>:<port>:650460249 error: [E2][<ip>:<port>][E2]peer_id not exist

The status page for the source host shows that it is not connected to anything. The status page for one of the destination hosts mentioned in the log shows that it is connected to several other hosts an appears healthy.

I tried looking at the brpc issues on github, but I didn't see anything relevant there. Any hits about this error would be appreciated.