From 66bfb69eb4c891de6955bfc4c6e9127bac337241 Mon Sep 17 00:00:00 2001 From: Bennu Date: Thu, 16 Dec 2021 15:18:21 +0800 Subject: [PATCH] [skip ci] Fix grammar (#13495) Signed-off-by: Bennu --- docs/design_docs/index_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/index_design.md b/docs/design_docs/index_design.md index dd1fbbae49..b3ca6a82a1 100644 --- a/docs/design_docs/index_design.md +++ b/docs/design_docs/index_design.md @@ -106,7 +106,7 @@ IndexNode in NodeManager, and the task amount is reduced by one. `assignTaskLoop` is used to assign index construction tasks. There is a timer here to traverse the MetaTable regularly to filter out the tasks that need to be allocated, including unallocated tasks and tasks that have been failed due to indexNode crash. Then sort according to the version size of each task, and assign tasks with a smaller -version first. The purpose is to prevent certain special tasks from occupying resources all the time and always fail +version first. The purpose is to prevent certain special tasks from occupying resources all the time and always failing to execute successfully. When a task is assigned, its corresponding Version is increased by one. Then send the task to IndexNode for execution, and update the index status in the MetaTable.