-
@shiftyman 你说的这个极端情况不会出现的,因为 groupA 的 leader 也有 step down timeout 的定时器,他在检测到没有超过半数节点 alive 的情况下,会主动 step down。
_Originally posted by @killme2008 in https://github.com/sofastack/sofa-jraft/issues/15…
-
### Your question
As described in JRaft documenth, once server is restarted, snapshot and log entries will be replayed and applied on the state machine.
In case the state machine data is persisted…
-
2020-11-28 13:32:53,036 INFO Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@5e3d57c7' of type [org.springframework.security.access.expression.method…
-
在本地服务器127.0.1.1:8848,127.0.0.1:8858,127.0.0.1:8868
部署了Nacos2.0BETA
其余修改地方都已经修改,但是启动却一直出现问题
![image](https://user-images.githubusercontent.com/39184216/114806677-b713f500-9dd7-11eb-8d05-24de0c278103…
-
Hello,
sofa-jraft is licensed under Apache 2.0 https://github.com/sofastack/sofa-jraft/blob/master/LICENSE
But there are few c
- https://github.com/sofastack/sofa-jraft/blob/master/jraft-core/…
dokky updated
4 years ago
-
### Your question
本人项目中参照example使用PriorityElection
maven依赖如下:
1.3.2
1.3.2
2.10.1
5.1.0
3.1.7
6.0
1.6.1
2.4
2.6
3.3…
-
这个错是表示follower节点应用日志的速度跟不上leader发日志的速度吗?
```
[JRaft-LogManager-Disruptor-0] [ERROR] com.baidu.hugegraph.backend.store.raft.StoreStateMachine [] - Raft error: FSMCaller is overload.
com.alipay.sof…
-
### Describe the bug
Utils.atomicMoveFile() can't guaranteed data consistency and sync to disk.
sofa-jraft/jraft-core/src/main/java/com/alipay/sofa/jraft/storage/io/ProtoBufFile.java::save() metho…
-
### Your question
手动做leader迁移的时候出现异常
步骤如下:
1. node1,node2 新版本发布
2.做leader切换到把node3(老leader)迁移到node1(新leader)上面
3.重启node3时,出现了大量raft数据同步超时
4.node3重启完成,一切回复正常
我切过2次leader,步骤如上,每次都在老leader重启时,…
-
### Your question
For example, in MULTI-RAFT-GROUP, there are 3 nodes partitipate in 3 raft groups. But how we can avoid one node act as leader in
all 3 raft groups ? If one node act as leader i…