milvus/internal/datanode
XuanYang-cn cd830f8cbc
fix: [cp]Zero flushReq metric for all sealed segs (#32531)
See also: #32399
pr: #32404

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2024-04-26 15:17:28 +08:00
..
allocator Replace manual composed grpc call with Broker methods (#27676) 2023-10-13 09:55:34 +08:00
broker fix: [cherry-pick]Skip changing meta if nodeID not match with channel (#31666) 2024-04-03 17:39:15 +08:00
importv2 fix: Use pk from binlog during import (#32118) (#32194) 2024-04-15 10:31:19 +08:00
io enhance: Reduce unnessary log in binlog_io (#30625) 2024-02-18 16:50:51 +08:00
iterators enhance: Speed up L0 compaction (#30410) 2024-02-04 10:49:05 +08:00
metacache enhance: [Cherry-pick] Add AllPartitionsID const to replace InvalidPartitionID (#31438) (#31515) 2024-03-22 16:37:08 +08:00
syncmgr fix: Return err for conc.Future in sync manager (#31790) (#31936) 2024-04-08 14:41:16 +08:00
writebuffer enhance: [Cherry-pick] Make write buffer memory check do until safe (#32172) (#32201) 2024-04-12 16:03:20 +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
binlog_io.go enhance: Enable binlog deserialize reader in datanode compaction (#31036) 2024-03-08 18:25:02 +08:00
binlog_io_test.go enhance: replace binlogIO with io.BinlogIO in datanode (#29725) 2024-02-20 14:38:51 +08:00
cache.go Use typeutil.ConcurrentMap instead of sync.Map (#25846) 2023-07-24 10:23:01 +08:00
cache_test.go Make duplicate flush recalls success and other logic update (#16755) 2022-05-06 17:49:51 +08:00
channel_checkpoint_updater.go enhance: Prevent the backlog of channelCP update tasks, perform batch updates of channelCPs (#30941) 2024-03-07 20:39:02 +08:00
channel_checkpoint_updater_test.go enhance: Prevent the backlog of channelCP update tasks, perform batch updates of channelCPs (#30941) 2024-03-07 20:39:02 +08:00
channel_manager.go enhance: Change DN channelmanger into interface (#29307) 2023-12-27 16:00:48 +08:00
channel_manager_test.go fix: [Cherry-pick] Cleanup write buffer when flowgraph released (#31377) 2024-03-18 23:47:06 +08:00
compaction_executor.go fix: [cherry-pick]Skip changing meta if nodeID not match with channel (#31666) 2024-04-03 17:39:15 +08:00
compaction_executor_test.go fix: [cherry-pick]Skip changing meta if nodeID not match with channel (#31666) 2024-04-03 17:39:15 +08:00
compactor.go enhance: [Cherry-pick] Add back unit test for compactor and fix some TODOs (#31829) (#31876) 2024-04-03 17:19:15 +08:00
compactor_test.go enhance: [Cherry-pick] Add back unit test for compactor and fix some TODOs (#31829) (#31876) 2024-04-03 17:19:15 +08:00
data_node.go enhance: [2.4] make datanode exit and case `TestProxy` faster (#32293) 2024-04-16 16:37:20 +08:00
data_node_test.go enhance: Remove import v1 (#31403) (#31535) 2024-03-24 21:51:07 +08:00
data_sync_service.go fix: [2.4] Remove metrics after flowgraph closed (#32515) (#32539) 2024-04-24 14:21:24 +08:00
data_sync_service_test.go fix: [Cherry-pick] Cleanup write buffer when flowgraph released (#31377) 2024-03-18 23:47:06 +08:00
event_manager.go fix: Use lock and map instead of concurrentMap (#31212) 2024-03-14 18:39:04 +08:00
event_manager_test.go fix: [Cherry-pick] Cleanup write buffer when flowgraph released (#31377) 2024-03-18 23:47:06 +08:00
flow_graph_dd_node.go fix: [2.4] Remove metrics after flowgraph closed (#32515) (#32539) 2024-04-24 14:21:24 +08:00
flow_graph_dd_node_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
flow_graph_dmstream_input_node.go fix: add back existing datanode metrics (#29360) 2023-12-22 14:20:43 +08:00
flow_graph_dmstream_input_node_test.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
flow_graph_manager.go enhance: [2.4] make datanode exit and case `TestProxy` faster (#32293) 2024-04-16 16:37:20 +08:00
flow_graph_manager_test.go fix: [Cherry-pick] Cleanup write buffer when flowgraph released (#31377) 2024-03-18 23:47:06 +08:00
flow_graph_message.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
flow_graph_message_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
flow_graph_node.go Make flow graph retry longer (#24355) 2023-05-25 09:53:30 +08:00
flow_graph_time_tick_node.go enhance: Prevent the backlog of channelCP update tasks, perform batch updates of channelCPs (#30941) 2024-03-07 20:39:02 +08:00
flow_graph_time_ticker.go enhance: create goroutine only once (#28594) 2023-11-22 10:26:28 +08:00
flow_graph_write_node.go enhance: Remove commented code and fix naming issue (#28450) 2023-11-16 00:22:20 +08:00
flush_task_counter.go Fix flushManager.isFull is too slow (#28141) 2023-11-03 14:42:17 +08:00
flush_task_counter_test.go Fix flushManager.isFull is too slow (#28141) 2023-11-03 14:42:17 +08:00
io_pool.go Fix getting incorrect CPU num (#28146) 2023-11-06 06:02:16 +08:00
io_pool_test.go Fix copylocks linter errors (#26217) 2023-08-08 20:41:15 +08:00
l0_compactor.go enhance: Add param item for datanode l0 batch/linear mode memory ratio (#30523) 2024-02-18 13:02:50 +08:00
l0_compactor_test.go enhance: Speed up L0 compaction (#30410) 2024-02-04 10:49:05 +08:00
meta_service.go Replace manual composed grpc call with Broker methods (#27676) 2023-10-13 09:55:34 +08:00
meta_service_test.go Replace manual composed grpc call with Broker methods (#27676) 2023-10-13 09:55:34 +08:00
meta_util.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
metrics_info.go enhance: Add FlowgraphManager interface (#28852) 2023-11-30 18:42:32 +08:00
mock_channelmanager.go enhance: Change DN channelmanger into interface (#29307) 2023-12-27 16:00:48 +08:00
mock_fgmanager.go enhance: separate serializer logic from sync task (#29413) 2023-12-26 10:40:47 +08:00
mock_test.go enhance: Remove import v1 (#31403) (#31535) 2024-03-24 21:51:07 +08:00
rate_collector.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
rate_collector_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
services.go fix: [cp]Zero flushReq metric for all sealed segs (#32531) 2024-04-26 15:17:28 +08:00
services_test.go enhance: Remove import v1 (#31403) (#31535) 2024-03-24 21:51:07 +08:00
stats_updater.go test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
stats_updater_test.go Use writebuffer, sync manager refactory in datanode (#28320) 2023-11-15 15:24:18 +08:00
timetick_sender.go enhance: Reduce the memory usage of the timeTickSender (#30968) 2024-03-02 10:13:01 +08:00
timetick_sender_test.go enhance: Reduce the memory usage of the timeTickSender (#30968) 2024-03-02 10:13:01 +08:00
util.go Format the code (#27275) 2023-09-21 09:45:27 +08:00

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.