为了更快的定位您的问题,请提供以下信息,谢谢
【详述】starrocks 2.5.10 FE一个节点重启运行不了
【背景】starrocks 2.5.10升级 3.0.9 服务器快照还原后,FE一个节点重启运行不了,其它2个节点运行正常
【业务影响】
【是否存算分离】
【StarRocks版本】例如:2.5.10
【集群规模】例如:3fe(1 leader+2observer)+3be(fe与be 独立部署)
【机器信息】CPU虚拟核/内存/网卡,例如:8C/16G/万兆
【联系方式】社区群4-小李或者邮箱,谢谢
【附件】
Caused by: com.sleepycat.je.rep.RollbackProhibitedException: Environment invalid because of previous exception: (JE 7.3.7) 10.100.5.142_9010_1669877019511(2147483647):/opt/module/meta/bdb Node 10.100.5.142_9010_1669877019511(2147483647):/opt/module/meta/bdb must rollback 4439 total commits(4398 of which were durable) to the earliest point indicated by transaction id=-263882703 time=2025-04-10 22:00:07.173 vlsn=505,503,529 lsn=0x7469/0x3a0b7b durable=true in order to rejoin the replication group, but the transaction rollback limit of 100 prohibits this. Either increase the property je.rep.txnRollbackLimit to a value larger than 100 to permit automatic rollback, or manually remove the problematic transactions. To do a manual removal, truncate the log to file 00007469.jdb, offset 0x3a069f, vlsn 505,503,527 using the directions in com.sleepycat.je.util.DbTruncateLog. ROLLBACK_PROHIBITED: Node would like to roll back past committed transactions, but would exceed the limit specified by je.rep.txnRollbackLimit. Manual intervention required. Environment is invalid and must be closed. Originally thrown by HA thread: REPLICA 10.100.5.142_9010_1669877019511(2147483647) Originally thrown by HA thread: REPLICA 10.100.5.142_9010_1669877019511(2147483647)
at com.sleepycat.je.rep.stream.ReplicaFeederSyncup.verifyRollback(ReplicaFeederSyncup.java:362) ~[je-7.3.7.jar:7.3.7]
at com.sleepycat.je.rep.stream.ReplicaFeederSyncup.execute(ReplicaFeederSyncup.java:157) ~[je-7.3.7.jar:7.3.7]
at com.sleepycat.je.rep.impl.node.Replica.initReplicaLoop(Replica.java:711) ~[je-7.3.7.jar:7.3.7]
at com.sleepycat.je.rep.impl.node.Replica.runReplicaLoopInternal(Replica.java:474) ~[je-7.3.7.jar:7.3.7]
at com.sleepycat.je.rep.impl.node.Replica.runReplicaLoop(Replica.java:409) ~[je-7.3.7.jar:7.3.7]
at com.sleepycat.je.rep.impl.node.RepNode.run(RepNode.java:1873) ~[je-7.3.7.jar:7.3.7]