milvus/internal/datanode/importv2
congqixia 5e90f348fc
enhance: Handle legacy proxy load fields request (#37565)
Related to #35415

In rolling upgrade, legacy proxy may dispatch load request wit empty
load field list. The upgraded querycoord may report error by mistake
that load field list is changed.

This PR:

- Auto field empty load field list with all user field ids
- Refine the error messag when load field list updates
- Refine load job unit test with service cases

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-11-11 10:14:26 +08:00
..
hash.go feat: add bulk insert support for Functions (#36715) 2024-10-12 17:19:20 +08:00
pool_test.go enhance: Handle legacy proxy load fields request (#37565) 2024-11-11 10:14:26 +08:00
pool.go enhance: Make dataNode.import.maxConcurrentTaskNum dynamic (#37102) 2024-10-25 16:51:29 +08:00
scheduler_test.go enhance: Organize the common modules of streamingNode and dataNode (#34773) 2024-07-22 11:33:51 +08:00
scheduler.go enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
task_import.go feat: add bulk insert support for Functions (#36715) 2024-10-12 17:19:20 +08:00
task_l0_import_test.go feat: integrate new deltalog format (#35522) 2024-08-20 19:06:56 +08:00
task_l0_import.go feat: add bulk insert support for Functions (#36715) 2024-10-12 17:19:20 +08:00
task_l0_preimport.go enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
task_manager_test.go enhance: Support L0 import (#33514) 2024-06-07 14:17:20 +08:00
task_manager.go feat: Add import executor and manager for datanode (#29438) 2024-01-31 20:45:04 +08:00
task_preimport.go enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
task.go enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
util_test.go fix: Fix panic due to empty candidate import segments (#35673) 2024-08-27 17:08:59 +08:00
util.go feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00