milvus/internal/datanode
XuanYang-cn 8863c01ff7
Make DN fail faster when watching an invalid chan (#11102)
See also: #11098

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2021-11-04 15:56:28 +08:00
..
OWNERS
README.md
allocator.go
allocator_test.go
binlog_io.go
binlog_io_test.go
cache.go
cache_test.go
data_node.go
data_node_test.go
data_sync_service.go Make DN fail faster when watching an invalid chan (#11102) 2021-11-04 15:56:28 +08:00
data_sync_service_test.go Add common endian for global use (#11092) 2021-11-02 18:16:32 +08:00
errors.go
errors_test.go
flow_graph_dd_node.go
flow_graph_dd_node_test.go
flow_graph_delete_node.go Add common endian for global use (#11092) 2021-11-02 18:16:32 +08:00
flow_graph_delete_node_test.go Make gen msg private (#10115) 2021-11-04 15:36:19 +08:00
flow_graph_dmstream_input_node.go
flow_graph_dmstream_input_node_test.go
flow_graph_insert_buffer_node.go Add timeticker logger for insert buffer node (#11216) 2021-11-04 15:40:14 +08:00
flow_graph_insert_buffer_node_test.go Add timeticker logger for insert buffer node (#11216) 2021-11-04 15:40:14 +08:00
flow_graph_message.go
flow_graph_message_test.go
flow_graph_node.go
flush_manager.go
flush_manager_test.go
flush_task.go
flush_task_test.go
meta_service.go
meta_service_test.go
metrics_info.go
mock_test.go Make gen msg private (#10115) 2021-11-04 15:36:19 +08:00
param_table.go
param_table_test.go
segment_replica.go Add common endian for global use (#11092) 2021-11-02 18:16:32 +08:00
segment_replica_test.go Add common endian for global use (#11092) 2021-11-02 18:16:32 +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.