mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
f8ac91f1db
issue: #36868 if datacoord is syncing segments to datanode, and stop datacoord happens, datacoord's stop progress will stuck until syncing segment finished. This PR add ctx to syncing segment, which will failed if stopping datacoord happens. Signed-off-by: Wei Liu <wei.liu@zilliz.com> |
||
---|---|---|
.. | ||
common.go | ||
datanode_manager_test.go | ||
datanode_manager.go | ||
indexnode_manager_test.go | ||
indexnode_manager.go | ||
mock_datanode_manager.go | ||
mock_worker_manager.go | ||
OWNERS | ||
README.md | ||
session.go |
Session Package
session
package contains the worker manager/nodes abstraction for datanodes and indexnodes.