OpenAtomFoundation / pikiwidb

a high-performance, large-capacity, multi-tenant, data-persistent, strong data consistency based on raft, Redis-compatible elastic KV data storage system based on RocksDB
BSD 3-Clause "New" or "Revised" License
195 stars 62 forks source link

jepsen 测试遇到的一些问题 #414

Open happy-v587 opened 1 month ago

happy-v587 commented 1 month ago

使用 jepsen 框架测试raft集群时遇到的一些问题:

Issues-translate-bot commented 1 month ago

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:

dingxiaoshuai123 commented 1 month ago

第四个错误好像是因为写了线性一致性读,然后 follower 无法处理读请求,会返回转移错误。这个稍后需要添加配置文件可开关。

Issues-translate-bot commented 1 month ago

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.