[skip ci]Fix doc error in design doc (#11630)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
JackLCL 2021-11-11 13:25:00 +08:00 committed by GitHub
parent 4b1d414329
commit f8d4baee91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ message WatchDmChannelsRequest {
![recovery](graphs/flowgraph_recovery_design.png)
Supposing we have segments `s1, s2, s3`, corresponding position `p1, p2, p3`
Supposing we have segments `s1, s2, s3`, corresponding positions `p1, p2, p3`
- Sort positions in reverse order `p3, p2, p1`
- Get segments dup range time: `s3 ( p3 > mp_px > p1)`, `s2 (p2 > mp_px > p1)`, `s1(zero)`