milvus/internal/datanode/importv2
congqixia 2c1e8f4774
enhance: Use `struct{}` for sync task future result (#32673)
Related to #27675

Use `struct{}` instead `error` for sync task future result type to
reduce result size and preventing logci error.

Also change some unused parameter to `_` to suppress lint warning

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-04-29 10:59:26 +08:00
..
hash.go feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
scheduler.go enhance: Use `struct{}` for sync task future result (#32673) 2024-04-29 10:59:26 +08:00
scheduler_test.go enhance: Use `struct{}` for sync task future result (#32673) 2024-04-29 10:59:26 +08:00
task.go fix: Use pk from binlog during import (#32118) 2024-04-16 14:51:20 +08:00
task_manager.go feat: Add import executor and manager for datanode (#29438) 2024-01-31 20:45:04 +08:00
task_manager_test.go feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
util.go fix: Use pk from binlog during import (#32118) 2024-04-16 14:51:20 +08:00
util_test.go fix: Use pk from binlog during import (#32118) 2024-04-16 14:51:20 +08:00