From 8c2045a6cbf003496d0c13a0845a648d87384f30 Mon Sep 17 00:00:00 2001 From: Xieql Date: Mon, 10 Jan 2022 13:24:27 +0800 Subject: [PATCH] [skip e2e] Improve annotation (#15070) Signed-off-by: Xieql --- docs/developer_guides/chap05_proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/chap05_proxy.md b/docs/developer_guides/chap05_proxy.md index 2fe3e111c..3b94bba48 100644 --- a/docs/developer_guides/chap05_proxy.md +++ b/docs/developer_guides/chap05_proxy.md @@ -523,7 +523,7 @@ func newDmTaskQueue() *dmTaskQueue Insert tasks and delete tasks will be pushed into _DmTaskQueue_. -If a _insertTask_ is enqueued, _Enqueue(task \*task)_ will set _Ts_, _ReqId_, _ProxyId_, _SegIdAssigner_, _RowIdAllocator_, then push it into _queue_. The _SegIdAssigner_ and _RowIdAllocator_ will later be used in the task's execution phase. +If an _insertTask_ is enqueued, _Enqueue(task \*task)_ will set _Ts_, _ReqId_, _ProxyId_, _SegIdAssigner_, _RowIdAllocator_, then push it into _queue_. The _SegIdAssigner_ and _RowIdAllocator_ will later be used in the task's execution phase. - Data Query Task Queue -- GitLab