milvus/internal/datacoord
yihao.dai 0fe5e90e8b
enhance: Remove import v1 (#31403)
Remove all code and logic related to import v1.

issue: https://github.com/milvus-io/milvus/issues/28521

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-03-22 15:29:09 +08:00
..
broker enhance: index meta use independent rather than global meta lock (#30869) 2024-03-04 16:56:59 +08:00
OWNERS
README.md
allocator.go
allocator_test.go
build_index_policy.go
channel.go
channel_checker.go
channel_checker_test.go
channel_manager.go
channel_manager_factory.go
channel_manager_test.go
channel_store.go
channel_store_test.go
cluster.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
cluster_test.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
compaction.go enhance: Rename update segment operator (#31121) 2024-03-20 17:53:14 +08:00
compaction_l0_view.go
compaction_l0_view_test.go
compaction_scheduler.go
compaction_scheduler_test.go
compaction_test.go enhance: Skip submit empty l0 tasks in DC (#31280) 2024-03-19 10:13:14 +08:00
compaction_trigger.go feat: Add global mmap enable configuration (#31267) 2024-03-18 15:17:10 +08:00
compaction_trigger_test.go enhance: Prevent the backlog of channelCP update tasks, perform batch updates of channelCPs (#30941) 2024-03-07 20:39:02 +08:00
compaction_trigger_v2.go fix: Skip to submit l0 tasks when scheduler full (#31270) 2024-03-15 10:21:12 +08:00
compaction_trigger_v2_test.go fix: Skip to submit l0 tasks when scheduler full (#31270) 2024-03-15 10:21:12 +08:00
compaction_view.go
compaction_view_manager.go fix: Correct the last empty l0 views (#31198) 2024-03-14 10:31:04 +08:00
compaction_view_manager_test.go fix: Correct the last empty l0 views (#31198) 2024-03-14 10:31:04 +08:00
const.go
errors.go
errors_test.go
garbage_collector.go fix: Use correct ticker for gc work defer (#31456) 2024-03-20 22:17:06 +08:00
garbage_collector_test.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
handler.go enhance: Add AllPartitionsID const to replace InvalidPartitionID (#31438) 2024-03-20 19:01:05 +08:00
import_checker.go feat: Add disk quota checks for import V2 (#31131) 2024-03-15 14:43:03 +08:00
import_checker_test.go enhance: Remove adding import segments to the datanode (#31244) 2024-03-15 06:53:03 +08:00
import_job.go feat: Add disk quota checks for import V2 (#31131) 2024-03-15 14:43:03 +08:00
import_meta.go
import_meta_test.go
import_scheduler.go enhance: Enhance the load balancing of import tasks (#31423) 2024-03-21 10:21:06 +08:00
import_scheduler_test.go enhance: Allow import tasks to retry for more errors (#31268) 2024-03-15 11:05:04 +08:00
import_task.go enhance: Enhance and modify the return content of ImportV2 (#31192) 2024-03-13 19:51:03 +08:00
import_util.go fix: Fix binlog import (#31310) 2024-03-17 20:59:04 +08:00
import_util_test.go fix: Fix binlog import (#31310) 2024-03-17 20:59:04 +08:00
index_builder.go enhance: add materialized view search info (#30888) 2024-03-21 11:19:07 +08:00
index_builder_test.go enhance: add materialized view search info (#30888) 2024-03-21 11:19:07 +08:00
index_engine_version_manager.go
index_engine_version_manager_test.go
index_meta.go fix: Fix bug for get segment index state (#31427) 2024-03-20 14:45:10 +08:00
index_meta_test.go
index_service.go feat: Add global mmap enable configuration (#31267) 2024-03-18 15:17:10 +08:00
index_service_test.go
indexnode_manager.go
indexnode_manager_test.go
meta.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
meta_test.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
meta_util.go
metrics_info.go enhance: add more metrics (#31271) 2024-03-19 15:23:06 +08:00
metrics_info_test.go
mock_allocator_test.go
mock_channel_store.go
mock_channelmanager.go
mock_cluster.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
mock_compaction_meta.go
mock_compaction_plan_context.go
mock_handler.go
mock_index_engine_version_manager.go
mock_scheduler.go
mock_segment_manager.go
mock_session_manager.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
mock_test.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
mock_trigger_manager.go
policy.go
policy_test.go
segment_allocation_policy.go
segment_allocation_policy_test.go
segment_info.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
segment_info_test.go
segment_manager.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
segment_manager_test.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
segment_operator.go
segment_operator_test.go
server.go enhance: Use different interval for gc scan (#31363) 2024-03-19 11:27:06 +08:00
server_test.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
services.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
services_test.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
session.go
session_manager.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
session_manager_test.go
util.go feat: Add global mmap enable configuration (#31267) 2024-03-18 15:17:10 +08:00
util_test.go

README.md

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.