diff --git a/docs/design_docs/drop_collection_release_resources_en.md b/docs/design_docs/drop_collection_release_resources_en.md index 95b6a75f90..1dd1475d9b 100644 --- a/docs/design_docs/drop_collection_release_resources_en.md +++ b/docs/design_docs/drop_collection_release_resources_en.md @@ -29,11 +29,11 @@ DataNode ignites Flush&Drop Add a `dropped` flag in `SaveBinlogPathRequest` proto DN -- Flush all segment in this vChannel, When Flush&Drop, set the `dropped` flag true. +- 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 marks segmentInfo as `dropped`, doesn't remove segmentInfos from Etcd +- 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