milvus/internal/datanode
godchen e191b23249
[skip e2e]Fix error string (#13647)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
2021-12-17 19:22:42 +08:00
..
allocator_test.go Change genKey into JoinIDPath (#12959) 2021-12-09 11:09:06 +08:00
allocator.go Fix JoinIDPath logic problem (#13039) 2021-12-09 12:05:04 +08:00
binlog_io_test.go Fix empty segment compact and load (#12710) 2021-12-09 11:03:08 +08:00
binlog_io.go Change genKey into JoinIDPath (#12959) 2021-12-09 11:09:06 +08:00
cache_test.go
cache.go
compaction_executor_test.go
compaction_executor.go [skip e2e]Fix compaction executor typo (#13646) 2021-12-17 19:20:46 +08:00
compactor_test.go
compactor.go [skip e2e]Fix error string (#13647) 2021-12-17 19:22:42 +08:00
data_node_test.go Move segment statistics update to datanode tt loop (#13233) 2021-12-15 10:53:16 +08:00
data_node.go Register the service when the component state is healthy (#13248) 2021-12-15 11:47:10 +08:00
data_sync_service_test.go Use the same lint rules with golint in revive (#13324) 2021-12-14 15:31:07 +08:00
data_sync_service.go
errors_test.go
errors.go
flow_graph_dd_node_test.go
flow_graph_dd_node.go
flow_graph_delete_node_test.go
flow_graph_delete_node.go
flow_graph_dmstream_input_node_test.go
flow_graph_dmstream_input_node.go
flow_graph_insert_buffer_node_test.go Move segment statistics update to datanode tt loop (#13233) 2021-12-15 10:53:16 +08:00
flow_graph_insert_buffer_node.go Move segment statistics update to datanode tt loop (#13233) 2021-12-15 10:53:16 +08:00
flow_graph_message_test.go
flow_graph_message.go
flow_graph_node.go
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
flush_manager.go Change genKey into JoinIDPath (#12959) 2021-12-09 11:09:06 +08:00
flush_task_test.go
flush_task.go Use the same lint rules with golint in revive (#13324) 2021-12-14 15:31:07 +08:00
meta_service_test.go
meta_service.go [skip ci]Fix error log output format in meta_service.go (#13349) 2021-12-14 16:43:25 +08:00
metrics_info.go
mock_test.go Change genKey into JoinIDPath (#12959) 2021-12-09 11:09:06 +08:00
OWNERS
param_table_test.go Move segment statistics update to datanode tt loop (#13233) 2021-12-15 10:53:16 +08:00
param_table.go Move segment statistics update to datanode tt loop (#13233) 2021-12-15 10:53:16 +08:00
README.md
segment_replica_test.go
segment_replica.go Move segment statistics update to datanode tt loop (#13233) 2021-12-15 10:53:16 +08:00
type_def.go

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.