[skip ci] Fix typo of root coordinator recovery doc (#8689)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
dragondriver 2021-09-27 18:22:09 +08:00 committed by GitHub
parent 8f90871d82
commit e83054d5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
1. `RC` needs to load meta from etcd when it starts, this part is already done
### 2.2 `dd requests` from grpc
1. The `dd requests`, such as create_collection, create_partition, etc., from grpc are marked as done only if the related meata have been writen into etcd.
1. The `dd requests`, such as create_collection, create_partition, etc., from grpc are marked as done only if the related meta have been writen into etcd.
2. The `dd requests` should be send to `dd msgstream` when the operation is done.
3. There may be a fault here, that is, the `dd request` has been written to etcd, but it has not been sent to `dd msgstream` yet, then the `RC` has crashed.
4. For the scenarios mentioned in item 3, `RC` needs to check if all `dd requests` are sent to `dd msgstream` when it starts up.