baidu / braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.95k stars 881 forks source link

Consistency issue about not read committed #394

Open jerrytesting opened 1 year ago

jerrytesting commented 1 year ago

We found one inconsistency issue about not read committed. Here is the full log: https://github.com/jerrytesting/braft-inconsistency/tree/main/20230326T082122.918Z, and hope it could help figure out the issue.