milvus/internal/indexnode
dengxiaohai 00d0f7c199
enhance: indexnode building index record collection id (#32574)
Adding a collection id to the index node log allows you to associate an
index building task with a specific collection.
If the host CPU usage is too high due to index build, you can use the
collection id to quickly locate a specific collection, improving fault
locating efficiency.

Signed-off-by: dengxiaohai <rolkdengxiaohai@didiglobal.com>
Co-authored-by: dengxiaohai <rolkdengxiaohai@didiglobal.com>
2024-04-26 17:05:29 +08:00
..
chunk_mgr_factory.go enhance: Support MinIO TLS connection (#31311) 2024-03-21 11:15:20 +08:00
chunkmgr_mock.go enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 2024-04-25 20:41:27 +08:00
etcd_mock.go
index_test.go
indexnode_component_mock.go
indexnode_mock.go
indexnode_service_test.go
indexnode_service.go enhance: indexnode building index record collection id (#32574) 2024-04-26 17:05:29 +08:00
indexnode_test.go
indexnode.go fix: ctx cancel should be the last step while stopping server (#31220) 2024-03-15 10:33:05 +08:00
metrics_info_test.go
metrics_info.go
OWNERS
task_scheduler_test.go
task_scheduler.go enhance: Throw error instead of crash when index cannot be built (#31844) 2024-04-09 11:51:18 +08:00
task_state_test.go
task_state.go
task_test.go enhance: pass partition key scalar info if enabled when build vector index (#29931) 2024-01-24 00:04:55 +08:00
task.go enhance: pass partition key scalar info if enabled when build vector index (#29931) 2024-01-24 00:04:55 +08:00
taskinfo_ops.go feat: integrate storagev2 into index build process (#28995) 2023-12-13 17:24:38 +08:00
util.go fix: fix estimate float16 field data size wrong (#32193) 2024-04-12 16:29:26 +08:00