mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Improve annotation (#15070)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/15087/head
parent
f2c01e81c3
commit
8c2045a6cb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue