mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci]Update full name of milvus component (#13049)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
5f75face4a
commit
55c76f202d
@ -28,18 +28,18 @@ DataNode ignites Flush&Drop
|
||||
|
||||
Add a `dropped` flag in `SaveBinlogPathRequest` proto
|
||||
|
||||
DN
|
||||
DataNode
|
||||
- Flush all segments in this vChannel, When Flush&Drop, set the `dropped` flag true.
|
||||
- If fails, retry at most 10 times and restart
|
||||
|
||||
DC
|
||||
DataCoord
|
||||
- DataCoord marks segmentInfo as `dropped`, doesn't remove segmentInfos from etcd
|
||||
- When recovery, check if the segments in the vchannel are all dropped
|
||||
- if not, recover before the drop
|
||||
- if so, no need to recover the vchannel
|
||||
|
||||
Pros:
|
||||
1. The easiest approach in both DN and DC
|
||||
1. The easiest approach in both DataNode and DataCoord
|
||||
2. DN can reuse the current flush manager procedure
|
||||
Cons:
|
||||
1. The No. rpc call is equal to the No. segments in a collection, expensive
|
||||
|
Loading…
Reference in New Issue
Block a user