milvus/internal/datanode
Xiaofan 928a213e31
Fix Chunk Manager Path mis use (#19141)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2022-09-23 14:40:51 +08:00
..
OWNERS
README.md
allocator.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
allocator_test.go
binlog_io.go
binlog_io_test.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
cache.go
cache_test.go
compaction_executor.go
compaction_executor_test.go
compactor.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
compactor_test.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
data_node.go Fix Chunk Manager Path mis use (#19141) 2022-09-23 14:40:51 +08:00
data_node_test.go Add SyncSegments into proto (#19312) 2022-09-23 10:22:52 +08:00
data_sync_service.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
data_sync_service_test.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
errors.go
errors_test.go
event_manager.go
event_manager_test.go
flow_graph_dd_node.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
flow_graph_dd_node_test.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
flow_graph_delete_node.go Add SyncSegments into proto (#19312) 2022-09-23 10:22:52 +08:00
flow_graph_delete_node_test.go Add SyncSegments into proto (#19312) 2022-09-23 10:22:52 +08:00
flow_graph_dmstream_input_node.go
flow_graph_dmstream_input_node_test.go
flow_graph_insert_buffer_node.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
flow_graph_insert_buffer_node_test.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
flow_graph_manager.go Add SyncSegments into proto (#19312) 2022-09-23 10:22:52 +08:00
flow_graph_manager_test.go Add SyncSegments into proto (#19312) 2022-09-23 10:22:52 +08:00
flow_graph_message.go
flow_graph_message_test.go
flow_graph_node.go
flow_graph_time_ticker.go
flow_graph_time_ticker_test.go
flush_manager.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
flush_manager_test.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
flush_task.go
flush_task_test.go
meta_service.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
meta_service_test.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
meta_util.go
metrics_info.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
mock_test.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
rate_collector.go
rate_collector_test.go
segment_replica.go Add SyncSegments into proto (#19312) 2022-09-23 10:22:52 +08:00
segment_replica_test.go Add SyncSegments into proto (#19312) 2022-09-23 10:22:52 +08:00
type_def.go

README.md

Data Node

DataNode is the component to write insert and delete messages into persistent blob storage, for example MinIO or S3.

Dependency

  • KV store: a kv store that persists messages into blob storage.
  • Message stream: receive messages and publish imformation
  • Root Coordinator: get the latest unique IDs.
  • Data Coordinator: get the flush information and which message stream to subscribe.