Skip to content

Commit 0344afb

Browse files
committed
Feature: build locally and upload to R2
1 parent 1760a6b commit 0344afb

File tree

8 files changed

+1298
-1
lines changed

8 files changed

+1298
-1
lines changed

_posts/2023-12-17-openraft-read.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ excerpt: "Openraft 中对 linearizable read 流程的优化"
2626

2727
# Openraft 对 ReadIndex 的优化
2828

29+
![](/post-res/openraft-read/2306f8dcbf959b10-openraft-banner-2x1.jpg)
30+
2931
在标准 Raft 协议中, ReadIndex 操作用于确保线性一致性读取(linearizable read).
3032
这个操作要求 Leader 在处理读请求前, 确认自己的 leadership 是仍然合法的, 且任何已被读到的 log (不论是在当前 node 还是在其他 node 上读到的)仍能被读到.
3133

_src/openraft-read/2023-12-17-openraft-read.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
refs:
1515
- x: y
1616

17-
article:
17+
disabled_article:
1818
image: /post-res/openraft-read/openraft-read.jpg
1919

2020
mathjax: true
@@ -27,6 +27,8 @@ excerpt: "Openraft 中对 linearizable read 流程的优化"
2727

2828
# Openraft 对 ReadIndex 的优化
2929

30+
![](./openraft-banner-2x1.jpg)
31+
3032
在标准 Raft 协议中, ReadIndex 操作用于确保线性一致性读取(linearizable read).
3133
这个操作要求 Leader 在处理读请求前, 确认自己的 leadership 是仍然合法的, 且任何已被读到的 log (不论是在当前 node 还是在其他 node 上读到的)仍能被读到.
3234

652 KB
Loading

_src/openraft-read/openraft-read.jpg

-528 KB
Binary file not shown.

0 commit comments

Comments
 (0)