【详述】我有3台阿里云的机器,一台ip最后为44,一个ip最后为47,一台ip最后为48。先启动44,jps查看启动成功,然后使用mysql
分别对47和48进行ALTER SYSTEM ADD FOLLOWER
操作,分别在47和48机器上执行./bin/start_fe.sh --helper xxx.xx.xx.44:9010 --daemon
。分别查看jps显示有StarRocksFE
进程。但是在mysql执行 SHOW PROC '/frontends'\G;
时,显示只有47的Alive
是True
,48的Alive
一直是false
【背景】做过哪些操作?
【业务影响】
【StarRocks版本】例如:1.19.1
【集群规模】例如:3fe(3 follower))
【机器信息】CPU虚拟核/内存/网
【附件】
com.sleepycat.je.EnvironmentFailureException: (JE 7.3.7) Environment must be closed, caused by: com.sleepycat.je.EnvironmentFailureException: Environment invalid because of previous exception: (JE 7.3.7) 172.17.72.48_9010_1637131636162(2):/data_lytdev_dir/starrocks/meta/bdb Feeder: 172.17.72.44_9010_1637131600044(1). Node: 172.17.72.48_9010_1637131636162(2) is no longer a member of the group. It was explicitly removed. HANDSHAKE_ERROR: Error during the handshake between two nodes. Some validity or compatibility check failed, preventing further communication between the nodes. Environment is invalid and must be closed. Originally thrown by HA thread: RepNode 172.17.72.48_9010_1637131636162(-1) Originally thrown by HA thread: RepNode 172.17.72.48_9010_1637131636162(-1)