How does TiDB synchronize RocksDB raft information to RocksDB KV?

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: TIDB是如何实现将 rocksdb raft信息同步到 rocksdb kv里的呢

| username: 尚雷5580

[TiDB Usage Environment] Production Environment / Testing / PoC
[TiDB Version] TIDB 6
[Reproduction Path] What operations were performed when the issue occurred
[Encountered Issue: Issue Phenomenon and Impact] Want to understand the implementation principle in this area
[Resource Configuration]
[Attachments: Screenshots / Logs / Monitoring]

| username: TiDBer_jYQINSnf | Original post link

When applying, it will write to KV.

| username: Raymond | Original post link

There is an apply thread that writes the raft log into rocksdb.

| username: 尚雷5580 | Original post link

Thank you very much.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.