milvus/internal/datanode
Xiaofan db3f4be49d
Simplify flow graph node to pipeline mode (#19667)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2022-10-10 22:15:22 +08:00
..
allocator_test.go Fix DataNode panic while allocating IDs (#17294) 2022-05-31 18:02:03 +08:00
allocator.go Use log id instead of log path of the binlog in metastore (#19123) 2022-09-25 15:56:51 +08:00
binlog_io_test.go Add ctx parameter for ChunkManager methods (#19546) 2022-09-29 16:18:56 +08:00
binlog_io.go Add ctx parameter for ChunkManager methods (#19546) 2022-09-29 16:18:56 +08:00
cache_test.go Make duplicate flush recalls success and other logic update (#16755) 2022-05-06 17:49:51 +08:00
cache.go Make duplicate flush recalls success and other logic update (#16755) 2022-05-06 17:49:51 +08:00
compaction_executor_test.go refactor compaction concurency logic (#18660) 2022-08-23 15:50:52 +08:00
compaction_executor.go refactor compaction concurency logic (#18660) 2022-08-23 15:50:52 +08:00
compactor_test.go Support TTL for collection level (#19383) 2022-10-10 20:31:22 +08:00
compactor.go Support TTL for collection level (#19383) 2022-10-10 20:31:22 +08:00
data_node_test.go Move GetComponentStates to milvus.proto, make it an external interface (#19594) 2022-10-10 15:55:22 +08:00
data_node.go Move GetComponentStates to milvus.proto, make it an external interface (#19594) 2022-10-10 15:55:22 +08:00
data_sync_service_test.go Fix exclusive consumer conflict in import (#19632) 2022-10-10 10:49:21 +08:00
data_sync_service.go Simplify flow graph node to pipeline mode (#19667) 2022-10-10 22:15:22 +08:00
errors_test.go [skip ci]Update license for datesync (#9959) 2021-10-15 18:01:38 +08:00
errors.go Normalize DataNode term in errors.go (#13688) 2021-12-20 12:20:50 +08:00
event_manager_test.go change the etcd compareAndSwap interface (#18068) 2022-07-06 13:54:21 +08:00
event_manager.go Remove redundant logs (#19412) 2022-09-26 15:40:53 +08:00
flow_graph_dd_node_test.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
flow_graph_dd_node.go Simplify flow graph node to pipeline mode (#19667) 2022-10-10 22:15:22 +08:00
flow_graph_delete_node_test.go Simplify flow graph node to pipeline mode (#19667) 2022-10-10 22:15:22 +08:00
flow_graph_delete_node.go Simplify flow graph node to pipeline mode (#19667) 2022-10-10 22:15:22 +08:00
flow_graph_dmstream_input_node_test.go Fix pulsar unsubsribe issue (#17562) 2022-06-16 17:28:11 +08:00
flow_graph_dmstream_input_node.go Use vchannel name in datanode subName (#18519) 2022-08-03 17:10:36 +08:00
flow_graph_insert_buffer_node_test.go Add collection schema in watch channel info (#19663) 2022-10-10 01:37:21 +08:00
flow_graph_insert_buffer_node.go Simplify flow graph node to pipeline mode (#19667) 2022-10-10 22:15:22 +08:00
flow_graph_manager_test.go Add collection schema in watch channel info (#19663) 2022-10-10 01:37:21 +08:00
flow_graph_manager.go Add collection schema in watch channel info (#19663) 2022-10-10 01:37:21 +08:00
flow_graph_message_test.go [skip ci]Update license for datanode (#9963) 2021-10-15 18:09:00 +08:00
flow_graph_message.go Handles DropPartitionMsg in datanode flowgraph (#18292) 2022-07-15 17:12:27 +08:00
flow_graph_node.go Fix bloom filter size not match (#19140) 2022-09-13 14:12:31 +08:00
flow_graph_time_ticker_test.go Move segment statistics update to datanode tt loop (#13233) 2021-12-15 10:53:16 +08:00
flow_graph_time_ticker.go Handle errors in DataNode and QueryNode flow graph (#17096) 2022-05-24 21:11:59 +08:00
flush_manager_test.go Add collection schema in watch channel info (#19663) 2022-10-10 01:37:21 +08:00
flush_manager.go Add ctx parameter for ChunkManager methods (#19546) 2022-09-29 16:18:56 +08:00
flush_task_test.go Fix flush manager injection logic with multiple segments (#12260) 2021-11-24 18:41:16 +08:00
flush_task.go Improve logs to better cover segment flush lifecycle (#18157) 2022-07-08 14:50:21 +08:00
meta_service_test.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
meta_service.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
meta_util.go Use segment statslog instead of separate statslog (#18775) 2022-09-02 10:34:59 +08:00
metrics_info.go Separate some proto files (#19218) 2022-09-16 16:56:49 +08:00
mock_test.go Support TTL for collection level (#19383) 2022-10-10 20:31:22 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
rate_collector_test.go Add quotaCenter, rateLimiter and rateCollector (#18636) 2022-09-16 09:56:47 +08:00
rate_collector.go Add quotaCenter, rateLimiter and rateCollector (#18636) 2022-09-16 09:56:47 +08:00
README.md [skip ci]Change uppercase of MinIO (#9539) 2021-10-09 11:22:58 +08:00
segment_replica_test.go Prevent datacoord from syncing unflushed segments (#19659) 2022-10-10 11:33:21 +08:00
segment_replica.go Prevent datacoord from syncing unflushed segments (#19659) 2022-10-10 11:33:21 +08:00
type_def.go [skip ci]Update license for datanode (#9963) 2021-10-15 18:09:00 +08:00

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.