[skip ci]Update the bullet format (#13266)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/13283/head
yanliang567 2021-12-13 19:19:43 +08:00 committed by GitHub
parent 0445c70714
commit c136346b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ A. One message stream to one vchannel, so there are one start position and one e
B. Only when datanode flushes, datanode will update every segment's position.
An optimization: update position of
- a. Current flushing segment
- b. StartPosition of segments has never been flushed.
1. Current flushing segment
2. StartPosition of segments has never been flushed.
C. DataNode auto-flush is a valid flush.