未验证 提交 8c2045a6 编写于 作者: X Xieql 提交者: GitHub

[skip e2e] Improve annotation (#15070)

Signed-off-by: NXieql <qianglong.xie@zilliz.com>
上级 f2c01e81
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册