[skip ci] Fix grammar (#13493)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/13566/head
Bennu 2021-12-16 15:26:27 +08:00 committed by GitHub
parent fbbf5d81bf
commit 6e40c1325a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
**When dropping a collection**
1. DataNode releases the flowgraph of this collection and drops all the data in buffer.
1. DataNode releases the flowgraph of this collection and drops all the data in a buffer.
2. DataCoord has no idea whether a collection is dropped or not.
- DataCoord will make DataNode watch DmChannels of dropped collections.
- Blob files will never be removed even if the collection is dropped.