[skip e2e] Fix grammar (#13814)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/14247/head
Bennu 2021-12-20 23:02:53 +08:00 committed by GitHub
parent 83ae079dc4
commit 4036fe34e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ in the object storage to improve failure recovery efficiency and query performan
down into bounded windows, Milvus embraces a new watermark mechanism, which slices the stream data into multiple message
packs according to write time or event time, and maintains a timeline for users to query by time.
To support this watermark mechanism, Proxy should report the timestamp statistics of physical channel to Root
To support this watermark mechanism, Proxy should report the timestamp statistics of the physical channel to Root
Coordinator periodically. When Proxy knows all operations of a specific were done before a `ts`, then Proxy will report
the `ts` and inform Root Coordinator that updates the timestamp statistics.