[skip ci]Fix doc error (#11159)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
pull/11170/head
JackLCL 2021-11-03 15:02:29 +08:00 committed by GitHub
parent ca8b846aca
commit dd6d0df964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ message WatchDmChannelsRequest {
![recovery](graphs/flowgraph_recovery_design.png)
Supposing we have segment `s1, s2, s3`, corresponding position `p1, p2, p3`
Supposing we have segments `s1, s2, s3`, corresponding position `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)`