[skip e2e] Fix grammar (#13813)

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

View File

@ -68,7 +68,7 @@ Proxy handles the DdRequest sequentially. When and only when the earlier entered
would be handled. Proxy forwards these requests to Root Coordinator, waits until getting results from Root Coordinator, and then
returns to clients with results or errors.
Milvus does not support transaction, but it should guarantee the deterministic execution of every operation. A timestamp
Milvus does not support transactions, but it should guarantee the deterministic execution of every operation. A timestamp
is tagged on each request. When a request enters Milvus, Proxy tags a timestamp that was assigned by Root Coordinator.
The component that assigns timestamp in Root Coordinator is called `Timestamp Oracle (TSO)`. TSO ensures that each
timestamp is globally increasing.