mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip ci] Fix typo in developer guide (#11551)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
237d70da17
commit
d2179357d7
@ -567,7 +567,7 @@ func NewTaskScheduler(ctx context.Context, idAllocator *allocator.IDAllocator, t
|
||||
factory msgstream.Factory) (*TaskScheduler, error)
|
||||
```
|
||||
|
||||
_scheduleDdTask()_ selects tasks in a FIFO manner, thus time order is garanteed.
|
||||
_scheduleDdTask()_ selects tasks in a FIFO manner, thus time order is guaranteed.
|
||||
|
||||
The policy of _scheduleDmTask()_ should target on throughput, not tasks' time order. Note that the time order of the tasks' execution will later be garanteed by the timestamp & time tick mechanism.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user