milvus/internal/util/importutilv2/csv
yihao.dai 9b17108b50
fix: [2.5] Fix import reader goroutine leak (#41870)
Close the chunk manager's reader after the import completes to prevent
goroutine leaks.

issues: https://github.com/milvus-io/milvus/issues/41868

pr: https://github.com/milvus-io/milvus/pull/41869

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-05-15 22:20:23 +08:00
..
reader.go fix: [2.5] Fix import reader goroutine leak (#41870) 2025-05-15 22:20:23 +08:00
reader_test.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
row_parser.go fix: [2.5] Update logging context and upgrade dependencies (#41319) 2025-04-24 23:50:40 +08:00
row_parser_test.go enhance: [2.5] Add UTF-8 string validation for import (#40746) 2025-03-31 21:08:21 +08:00