mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e] Improve annotation (#15070)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
parent
f2c01e81c3
commit
8c2045a6cb
@ -523,7 +523,7 @@ func newDmTaskQueue() *dmTaskQueue
|
|||||||
|
|
||||||
Insert tasks and delete tasks will be pushed into _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
|
- Data Query Task Queue
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user