milvus/client
yihao.dai 86ae07d705
enhance: [2.4] Limit the maximum number of segments restored and fail the job if saving the binlog fails (#39473)
1. Limit the maximum number of restored segments to 1024.
2. Fail the import job if saving binlog fails.
3. Fail the import job if saving the import task fails to prevent
repeatedly generating dirty importing segments.
4. Update proto.

issue: https://github.com/milvus-io/milvus/issues/39331

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

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-01-21 15:55:05 +08:00
..
column enhance: [2.4] Fix go&cpp lint issues (#35107) 2024-07-30 20:25:55 +08:00
common feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
entity enhance: [2.4] Fix go&cpp lint issues (#35107) 2024-07-30 20:25:55 +08:00
example enhance: [2.4] Fix go&cpp lint issues (#35107) 2024-07-30 20:25:55 +08:00
index feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
ruleguard enhance: [2.4] Fix go&cpp lint issues (#35107) 2024-07-30 20:25:55 +08:00
.golangci.yml enhance: [2.4] format the sdk code (#34699) 2024-07-16 14:15:38 +08:00
Makefile feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
OWNERS feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
client.go enhance: Update protobuf-go to protobuf-go v2 (#34394) (#35555) 2024-08-21 18:50:58 +08:00
client_config.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
client_suite_test.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
client_test.go enhance: [2.4] Fix go&cpp lint issues (#35107) 2024-07-30 20:25:55 +08:00
collection.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
collection_options.go enhance: Update protobuf-go to protobuf-go v2 (#34394) (#35555) 2024-08-21 18:50:58 +08:00
collection_test.go enhance: Update protobuf-go to protobuf-go v2 (#34394) (#35555) 2024-08-21 18:50:58 +08:00
common.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
database.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
database_options.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
database_test.go enhance: [2.4] format the sdk code (#34699) 2024-07-16 14:15:38 +08:00
doc.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
go.mod enhance: [2.4] Limit the maximum number of segments restored and fail the job if saving the binlog fails (#39473) 2025-01-21 15:55:05 +08:00
go.sum enhance: [2.4] Limit the maximum number of segments restored and fail the job if saving the binlog fails (#39473) 2025-01-21 15:55:05 +08:00
index.go enhance: [2.4] format the sdk code (#34699) 2024-07-16 14:15:38 +08:00
index_options.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
index_test.go enhance: [2.4] format the sdk code (#34699) 2024-07-16 14:15:38 +08:00
maintenance.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
maintenance_options.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
maintenance_test.go enhance: [2.4] format the sdk code (#34699) 2024-07-16 14:15:38 +08:00
mock_milvus_server_test.go enhance: Bump milvus & proto version to v2.4.18 (#38552) 2024-12-19 10:32:47 +08:00
partition.go enhance: [2.4] format the sdk code (#34699) 2024-07-16 14:15:38 +08:00
partition_options.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
partition_test.go enhance: [2.4] format the sdk code (#34699) 2024-07-16 14:15:38 +08:00
read.go enhance: [2.4] format the sdk code (#34699) 2024-07-16 14:15:38 +08:00
read_options.go enhance: Update protobuf-go to protobuf-go v2 (#34394) (#35555) 2024-08-21 18:50:58 +08:00
read_test.go enhance: [2.4] format the sdk code (#34699) 2024-07-16 14:15:38 +08:00
write.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
write_option_test.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
write_options.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
write_test.go enhance: [2.4] format the sdk code (#34699) 2024-07-16 14:15:38 +08:00