mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
13beb5ccc0
we found the load got stuck probably, and reviewed the logs. the target observer seems not working, the reason is the taskDispatcher removes the task in a goroutine, and modifies the task status after committing the task into the goroutine pool, but this may happen after the task removed, which leads to the task will never be removed related #29086 Signed-off-by: yah01 <yang.cen@zilliz.com> |
||
---|---|---|
.. | ||
collection_observer_test.go | ||
collection_observer.go | ||
leader_observer_test.go | ||
leader_observer.go | ||
OWNERS | ||
replica_observer_test.go | ||
replica_observer.go | ||
resource_observer_test.go | ||
resource_observer.go | ||
target_observer_test.go | ||
target_observer.go | ||
task_dispatcher_test.go | ||
task_dispatcher.go |