Fix doc error in design doc (#8651)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
pull/8653/head
JackLCL 2021-09-27 11:51:58 +08:00 committed by GitHub
parent b6b6722d18
commit d7557c7255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ When a flowgraph flushes a segment, we need to save these things:
- all other segments' current positions from replica (If a segment hasn't been flushed, save the position when datanode first meet it.)
Whether save successfully:
- If successed, flowgraph updates all segments' position to replica
- If successed, flowgraph updates all segments' positions to replica
- If not
- For a grpc failure( this failure will appear after many times retry internally), crush itself.
- For a normal failure, retry save 10 times, if fail still, crush itself.