[skip ci] Fix some spelling (#9605)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
min.tian 2021-10-11 21:17:27 +08:00 committed by GitHub
parent 8d8d53beeb
commit a57d82e4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 meets it.)
Whether save successfully:
- If successed, flowgraph updates all segments' positions to replica
- If succeeded, 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.