Closed yuyang0423 closed 4 years ago
Fail to connect 192.168.80.166:8082,
read-index 请求需要 leader 向每个节点发送一个心跳,包括 panic 掉的节点,在 1.3.3 版本使用的底层 bolt 通信框架是阻塞建连的,可能导致 read-index 超时,建议升级到 1.3.4,在 1.3.4 中已经解决这个问题,详情见 #489
Fail to connect 192.168.80.166:8082,
read-index 请求需要 leader 向每个节点发送一个心跳,包括 panic 掉的节点,在 1.3.3 版本使用的底层 bolt 通信框架是阻塞建连的,可能导致 read-index 超时,建议升级到 1.3.4,在 1.3.4 中已经解决这个问题,详情见 #489
Got it, will test new version and let you know, thanks again.
Problem solved in v1.3.4, thanks.
Describe the bug
In a Three nodes env, after previous leader panic, new leader has highly probability got RheaKV Read-index timeout onLeaderStart.
but I print node metric read-index didn't have max over default 2 sec.
Actual behavior
Steps to reproduce
If not, panic new leader continuously.
Environment
SOFAJRaft version: v1.3.3
JVM version (e.g.
java -version
): java 1.8OS version (e.g.
uname -a
): CentOS 7 1908 (kernel 5.4.22)Maven version: 3