From 4036fe34e4b630bacd0b47e39b3656ff9436b554 Mon Sep 17 00:00:00 2001 From: Bennu Date: Mon, 20 Dec 2021 23:02:53 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#13814) Signed-off-by: Bennu --- docs/design_docs/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/proxy.md b/docs/design_docs/proxy.md index d7349925a9..7f4cbb0686 100644 --- a/docs/design_docs/proxy.md +++ b/docs/design_docs/proxy.md @@ -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.