[skip ci] Fix grammar (#13259)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/13283/head
Bennu 2021-12-13 19:08:50 +08:00 committed by GitHub
parent d49b3a2f51
commit 1dea945830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
### Add processing of time synchronization signals from proxy node
1. A virtual channel can be inserted by multiple proxies, so the timestamp in the virtual channel is not increase monotonically.
1. A virtual channel can be inserted by multiple proxies, so the timestamp in the virtual channel does not increase monotonically.
2. All proxies report the timestamp of all the virtual channels to the `RC` periodically.
3. The `RC` collects the timestamps from the proxies on each virtual channel and gets the minimum one as the timestamp of that virtual channel, and then inserts the timestamp into the virtual channel.
4. The proxy reports the timestamp to the `RC` via grpc.