mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix typo in proxy design doc (#11504)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/11526/head
parent
30da96c086
commit
b041f12e15
|
@ -302,14 +302,14 @@ the queue can be scheduled.
|
|||
|
||||

|
||||
|
||||
The following figure is a schematic diagram of taskScheduer's scheduling of DmQueue.
|
||||
The following figure is a schematic diagram of taskScheduler's scheduling of DmQueue.
|
||||
|
||||
The tasks in DmQueue can be scheduled in parallel. In a scheduling process, taskScheduler will execute several tasks
|
||||
from each task concurrently.
|
||||
|
||||

|
||||
|
||||
The following figure is a schematic diagram of taskScheduer's scheduling of DqQueue.
|
||||
The following figure is a schematic diagram of taskScheduler's scheduling of DqQueue.
|
||||
|
||||

|
||||
|
||||
|
@ -317,7 +317,7 @@ The tasks in DqQueue can be scheduled in parallel. In a scheduling process, task
|
|||
concurrently.
|
||||
|
||||
In order to facilitate the channelsTimeTicker component to obtain the synchronization point information corresponding to all
|
||||
DmChannels, the taskScheduer needs to maintain a copy of the time statistics of the physical channels of all currently
|
||||
DmChannels, the taskScheduler needs to maintain a copy of the time statistics of the physical channels of all currently
|
||||
unexecuted and executing tasks in the DmQueue. The member pChanSatisticsInfos is a map containing the mapping from pChan
|
||||
to pChanStatInfo pointers. Among them, pChan is an alias of string, and pChanStatInfo is a custom structure, defined as
|
||||
follows:
|
||||
|
|
Loading…
Reference in New Issue