milvus/internal/datanode
XuanYang-cn 9d0bc136e0
Add vChannelName in IBN timetick log (#14527)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2021-12-30 10:09:48 +08:00
..
allocator_test.go Change genKey into JoinIDPath (#12959) 2021-12-09 11:09:06 +08:00
allocator.go Use GlobalParamTable for all components (#13885) 2021-12-23 18:39:11 +08:00
binlog_io_test.go Improve import statement (#13735) 2021-12-20 15:49:06 +08:00
binlog_io.go Use GlobalParamTable for all components (#13885) 2021-12-23 18:39:11 +08:00
cache_test.go [skip ci]Update license on datanode (#9960) 2021-10-15 18:03:25 +08:00
cache.go Complete drop collection procedure in DN (#11552) 2021-11-11 20:56:49 +08:00
compaction_executor_test.go Apply DropVirtualChannel and FlushManager drop mode (#12563) 2021-12-02 16:39:33 +08:00
compaction_executor.go [skip e2e]Fix compaction executor typo (#13646) 2021-12-17 19:20:46 +08:00
compactor_test.go Fix delete node not aware of merged segments error (#14190) 2021-12-27 11:02:18 +08:00
compactor.go Fix delete node not aware of merged segments error (#14190) 2021-12-27 11:02:18 +08:00
data_node_test.go Support embedded etcd (#14333) 2021-12-29 14:35:21 +08:00
data_node.go Support embedded etcd (#14333) 2021-12-29 14:35:21 +08:00
data_sync_service_test.go Use GlobalParamTable for all components (#13885) 2021-12-23 18:39:11 +08:00
data_sync_service.go Use GlobalParamTable for all components (#13885) 2021-12-23 18:39:11 +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
flow_graph_dd_node_test.go Apply DropVirtualChannel and FlushManager drop mode (#12563) 2021-12-02 16:39:33 +08:00
flow_graph_dd_node.go Add more logs for load sealed segment (#14079) 2021-12-24 10:50:07 +08:00
flow_graph_delete_node_test.go Fix delete node not aware of merged segments error (#14190) 2021-12-27 11:02:18 +08:00
flow_graph_delete_node.go Fix delete node not aware of merged segments error (#14190) 2021-12-27 11:02:18 +08:00
flow_graph_dmstream_input_node_test.go Add timeout for reader next (#12308) 2021-11-26 22:45:24 +08:00
flow_graph_dmstream_input_node.go Use GlobalParamTable for all components (#13885) 2021-12-23 18:39:11 +08:00
flow_graph_insert_buffer_node_test.go Use GlobalParamTable for all components (#13885) 2021-12-23 18:39:11 +08:00
flow_graph_insert_buffer_node.go Add vChannelName in IBN timetick log (#14527) 2021-12-30 10:09:48 +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 Complete drop collection procedure in DN (#11552) 2021-11-11 20:56:49 +08:00
flow_graph_node.go [skip ci]Update license for datanode (#9963) 2021-10-15 18:09:00 +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 Move segment statistics update to datanode tt loop (#13233) 2021-12-15 10:53:16 +08:00
flush_manager_test.go Add log file info for all kind of segment binlogs (#13606) 2021-12-19 20:00:42 +08:00
flush_manager.go Use GlobalParamTable for all components (#13885) 2021-12-23 18:39:11 +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 Add log file info for all kind of segment binlogs (#13606) 2021-12-19 20:00:42 +08:00
meta_service_test.go Add binlog io for compaction (#10536) 2021-10-25 20:13:51 +08:00
meta_service.go Use GlobalParamTable for all components (#13885) 2021-12-23 18:39:11 +08:00
metrics_info.go Use GlobalParamTable for all components (#13885) 2021-12-23 18:39:11 +08:00
mock_test.go Support embedded etcd (#14333) 2021-12-29 14:35:21 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
README.md [skip ci]Change uppercase of MinIO (#9539) 2021-10-09 11:22:58 +08:00
segment_replica_test.go Fix delete node not aware of merged segments error (#14190) 2021-12-27 11:02:18 +08:00
segment_replica.go Fix delete node not aware of merged segments error (#14190) 2021-12-27 11:02:18 +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.