yihao.dai b1d46eb34b
fix: Fix multiple vector fields import (#33723)
1. Fix dim mismatch with multi-vector fields and JSON import
2. Enhance: do not display file ID in GetImportResponse.

issue: https://github.com/milvus-io/milvus/issues/33681,
https://github.com/milvus-io/milvus/issues/33682

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-06-10 21:57:54 +08:00
..
2023-09-21 09:45:27 +08:00
2023-09-21 09:45:27 +08:00
2024-06-10 21:34:08 +08:00
2023-09-21 09:45:27 +08:00
2023-09-26 17:15:27 +08:00
2024-06-10 21:34:08 +08:00
2024-06-10 21:34:08 +08:00
2024-06-10 21:34:08 +08:00
2024-06-10 21:34:08 +08:00
2021-11-16 15:41:11 +08:00
2024-06-10 21:34:08 +08:00
2024-06-10 21:34:08 +08:00
2024-06-06 17:37:51 +08:00

Data Coordinator

Data cooridnator(datacoord for short) is the component to organize DataNodes and segments allocations.

Dependency

  • KV store: a kv store has all the meta info datacoord needs to operate. (etcd)
  • Message stream: a message stream to communicate statistics information with data nodes. (Pulsar)
  • Root Coordinator: timestamp, id and meta source.
  • Data Node(s): could be an instance or a cluster, actual worker group handles data modification operations.