You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically.
Title: jepsen testing
Some problems encountered when testing raft clusters using the jepsen framework:
Need to support multi exec: test workload needs to use this function
raft join supports hostname mode: currently supports ip. The jepsen framework uses hostname for multi-container processing (k8s deployment will also use hostname in the future)
Support concurrent confchange: jepsen will start 4 containers at the same time for raft.cluster join. Currently, some nodes will fail to join.
The cluster version reports an error when accessing the follower node: ERR MOVED 172.18.0.5:9221 The client cannot automatically handle some problems encountered by
Bot detected the issue body's language is not English, translate it automatically.
The fourth error seems to be caused by writing a linear consistency read, and then the follower cannot process the read request and will return a transfer error. This will need to be added to the configuration file later to switch it on and off.
使用 jepsen 框架测试raft集群时遇到的一些问题:
raft.cluster join
,目前会出现部分节点join失败ERR MOVED 172.18.0.5:9221
client 无法自动处理The text was updated successfully, but these errors were encountered: