milvus/internal/datanode/importv2
yihao.dai 558feed5ed
fix: Use pk from binlog during import (#32118)
During binlog import, even if the primary key's autoID is set to true,
the primary key from the binlog should be used instead of being
reassigned.

issue: https://github.com/milvus-io/milvus/discussions/31943,
https://github.com/milvus-io/milvus/issues/28521

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-04-16 14:51:20 +08:00
..
hash.go feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
scheduler.go fix: Fix import hanging and improve logging output (#32166) 2024-04-13 22:03:23 +08:00
scheduler_test.go enhance: Ensure ImportV2 waits for the index to be built and refine some logic (#31629) 2024-04-01 20:09:13 +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