mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
d51a808851
issue: #34553 when rootcoord trigger graceful stop progress, it will block until all rpc finished. for create collection request, rootcoord need to block until datacoord finish to watch all channels, but datacoord need to call `rootcoord.Alloc` during watch channel, and rootcoord doesn't respond to new request anymore. which cause create collection stucks, and graceful stop progress stucks. This PR remove the func call `rootcoord.Alloc` to solve the logic dead lock during graceful stop progress. Signed-off-by: Wei Liu <wei.liu@zilliz.com> |
||
---|---|---|
.. | ||
cached_allocator.go | ||
global_id_allocator_test.go | ||
global_id_allocator.go | ||
id_allocator_test.go | ||
id_allocator.go | ||
interface.go | ||
local_allocator_test.go | ||
local_allocator.go | ||
mock_allcoator.go | ||
mock_global_id_allocator.go | ||
mock_global_id.go | ||
OWNERS | ||
remote_interface.go |