milvus/internal/proxy
wei liu a4fa9ced16
fix: delete by expr failed at retry progress (#35241) (#35268)
issue: #35240
pr: #35241
delete by expr shard the same err object between channels, so if one
channel's query failed, it will fail all channel, which will break
channel level retry policy, and make delete operation failed.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-08-09 16:12:18 +08:00
..
accesslog fix: support auto index for array (#35095) 2024-07-30 17:57:50 +08:00
connection enhance: purge client infos periodically (#31037) 2024-03-06 12:50:59 +08:00
authentication_interceptor_test.go fix: [2.4] Unify hook singleton implementation in proxy (#34888) 2024-07-26 18:07:53 +08:00
authentication_interceptor.go enhance: make the auth error message more suitable (#32253) 2024-04-16 16:47:19 +08:00
cgo_util_test.go enhance: [cherry-pick]remove CheckVecIndexWithDataTypeExist function in pkg (#34104) 2024-06-26 21:14:26 +08:00
cgo_util.go enhance: [2.4] Add dynamic cgo pool for proxy CGO call (#34768) (#34842) 2024-07-21 18:05:41 +08:00
channels_mgr_test.go enhance: make sure stream closed (#29456) 2023-12-26 19:56:47 +08:00
channels_mgr.go feat: add more operation detail info for better allocation (#30438) 2024-03-28 06:33:11 +08:00
channels_time_ticker_test.go
channels_time_ticker.go
condition_test.go
condition.go
count_reducer_test.go
count_reducer.go feat: add more operation detail info for better allocation (#30438) 2024-03-28 06:33:11 +08:00
data_coord_mock_test.go enhance: Remove import v1 (#31403) 2024-03-22 15:29:09 +08:00
database_interceptor_test.go fix: add more requests to the database interceptor (#30452) 2024-02-02 16:49:06 +08:00
database_interceptor.go fix: add more requests to the database interceptor (#30452) 2024-02-02 16:49:06 +08:00
default_limit_reducer.go
dummyreq_test.go
dummyreq.go
hook_interceptor_test.go fix: [2.4] Unify hook singleton implementation in proxy (#34888) 2024-07-26 18:07:53 +08:00
hook_interceptor.go fix: [2.4] Unify hook singleton implementation in proxy (#34888) 2024-07-26 18:07:53 +08:00
impl_test.go enhance: move rocksmq from internal to pkg (#34165) 2024-06-26 13:36:05 +08:00
impl.go enhance: [2.4] Add Segment Level in milvus segment info APIs (#34763) (#35023) 2024-07-29 10:11:52 +08:00
interface_def.go
lb_balancer.go
lb_policy_test.go fix: Restore the MVCC functionality. (#29749) 2024-01-09 11:38:48 +08:00
lb_policy.go fix: fix GetShardLeaders return empty node list (#32685) 2024-04-29 14:19:26 +08:00
look_aside_balancer_test.go fix: Unstable ut TestGetClientFailed (#31296) 2024-03-15 17:41:04 +08:00
look_aside_balancer.go fix: Set node unreachable when get shard client failed (#31277) 2024-03-15 10:23:03 +08:00
management_test.go enhance: add restful api to trigger component stop (#32076) (#33799) 2024-06-17 21:53:59 +08:00
management.go enhance: add restful api to trigger component stop (#32076) (#33799) 2024-06-17 21:53:59 +08:00
meta_cache_adapter_test.go
meta_cache_adapter.go enhance: [2.4] the panic when db isn't existed in the rate limit interceptor (#33308) 2024-05-23 17:25:41 +08:00
meta_cache_test.go enhance: update shard leader cache when leader location changed (#32470) 2024-05-08 10:05:29 +08:00
meta_cache.go enhance: [2.4] Add in-memory cache for casbin enforcer result (#35272) 2024-08-06 12:14:17 +08:00
metrics_info_test.go
metrics_info.go feat: support rate limiter based on db and partition levels (#31070) 2024-04-12 16:01:19 +08:00
mock_cache.go enhance: update shard leader cache when leader location changed (#32470) 2024-05-08 10:05:29 +08:00
mock_channels_manager.go
mock_lb_balancer.go
mock_lb_policy.go
mock_msgstream_test.go
mock_shardclient_manager.go
mock_test.go feat: record the duration waiting in the proxy queue (#34744) (#34788) 2024-07-19 15:37:44 +08:00
mock_tso_test.go
msg_pack_test.go enhance: unify data generation test APIs (#32955) 2024-05-14 14:33:33 +08:00
msg_pack.go fix: Fix filtering by partition key fails for importing data (#33274) (#33277) 2024-05-23 11:25:40 +08:00
OWNERS
privilege_cache_test.go enhance: [2.4] Add in-memory cache for casbin enforcer result (#35272) 2024-08-06 12:14:17 +08:00
privilege_cache.go enhance: [2.4] Add in-memory cache for casbin enforcer result (#35272) 2024-08-06 12:14:17 +08:00
privilege_interceptor_test.go enhance: make the auth error message more suitable (#32253) 2024-04-16 16:47:19 +08:00
privilege_interceptor.go enhance: [2.4] Add in-memory cache for casbin enforcer result (#35272) 2024-08-06 12:14:17 +08:00
proxy_rpc_test.go
proxy_test.go enhance: [2.4] Add Segment Level in milvus segment info APIs (#34763) (#35023) 2024-07-29 10:11:52 +08:00
proxy.go fix: [2.4] Unify hook singleton implementation in proxy (#34888) 2024-07-26 18:07:53 +08:00
rate_limit_interceptor_test.go enhance: [2.4] use the insert rate limit for the upsert request (#34616) 2024-07-12 16:19:36 +08:00
rate_limit_interceptor.go enhance: [2.4] use the insert rate limit for the upsert request (#34616) 2024-07-12 16:19:36 +08:00
reducer_test.go
reducer.go
repack_func_test.go
repack_func.go
replicate_stream_manager_test.go
replicate_stream_manager.go
reScorer_test.go enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
reScorer.go enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
rootcoord_mock_test.go feat: [cherry-pick][2.4] support partition key isolation (#34336) (#34613) 2024-07-17 14:03:43 +08:00
roundrobin_balancer_test.go
roundrobin_balancer.go
rpc_msg.go
search_reduce_util.go enhance: improve reduce performance on very large topk (#32871) 2024-05-13 11:55:31 +08:00
search_util.go fix: [2.4] the lint-fix error (#34717) 2024-07-16 17:37:39 +08:00
segment_test.go fix: wrong context passing into NewClient, error handling lost in session_util (#30817) 2024-02-28 10:40:09 +08:00
segment.go enhance:change some logs (#29579) 2024-01-05 16:12:48 +08:00
shard_client_test.go
shard_client.go enhance: [2.4] Support proxy/delegator qn client pooling (#35195) 2024-08-02 11:24:19 +08:00
simple_rate_limiter_test.go enhance: enable flush rate limiter of collection level (#33864) 2024-06-14 16:27:57 +08:00
simple_rate_limiter.go fix: Fix global rate limit is not working (#33335) (#33336) 2024-05-24 09:05:47 +08:00
task_alias_test.go fix: [2.4] execute method should return an error when result is a failure (#34872) 2024-07-22 12:13:42 +08:00
task_alias.go enhance: [2.4] Add Segment Level in milvus segment info APIs (#34763) (#35023) 2024-07-29 10:11:52 +08:00
task_database_test.go enhance: expose DescribeDatabase api in proxy (#32732) 2024-05-09 22:51:30 +08:00
task_database.go enhance: [2.4] Add Segment Level in milvus segment info APIs (#34763) (#35023) 2024-07-29 10:11:52 +08:00
task_delete_test.go enhance: forbid delete with always true expression (#32472) 2024-04-22 11:09:23 +08:00
task_delete.go fix: delete by expr failed at retry progress (#35241) (#35268) 2024-08-09 16:12:18 +08:00
task_index_test.go enhance: ensure autoindex default metric type compatibility (#34479) 2024-07-08 19:48:14 +08:00
task_index.go enhance: support bitmap index (#35336) 2024-08-07 20:12:18 +08:00
task_insert_test.go enhance: unify data generation test APIs (#32955) 2024-05-14 14:33:33 +08:00
task_insert.go feat: record the duration waiting in the proxy queue (#34744) (#34788) 2024-07-19 15:37:44 +08:00
task_policies_test.go
task_policies.go
task_query_test.go fix: [2.4] Check legacy guarantee ts when skipping alloc ts (#34982) 2024-07-25 10:27:47 +08:00
task_query.go fix: [2.4] Check legacy guarantee ts when skipping alloc ts (#34982) 2024-07-25 10:27:47 +08:00
task_scheduler_test.go enhance: Skip timestamp allocation when search/query consistency level is eventually (#29773) 2024-02-21 09:52:59 +08:00
task_scheduler.go feat: record the duration waiting in the proxy queue (#34744) (#34788) 2024-07-19 15:37:44 +08:00
task_search_test.go fix: [2.4] disallow expr when partition key isolation is enabled (#35025) 2024-07-29 14:23:49 +08:00
task_search.go fix: [2.4] disallow expr when partition key isolation is enabled (#35025) 2024-07-29 14:23:49 +08:00
task_statistic_test.go
task_statistic.go fix: [2.4] execute method should return an error when result is a failure (#34872) 2024-07-22 12:13:42 +08:00
task_test.go feat: record the duration waiting in the proxy queue (#34744) (#34788) 2024-07-19 15:37:44 +08:00
task_upsert_test.go enhance: unify data generation test APIs (#32955) 2024-05-14 14:33:33 +08:00
task_upsert.go feat: record the duration waiting in the proxy queue (#34744) (#34788) 2024-07-19 15:37:44 +08:00
task.go enhance: [2.4] Add Segment Level in milvus segment info APIs (#34763) (#35023) 2024-07-29 10:11:52 +08:00
timestamp_test.go
timestamp.go
trace_log_interceptor_test.go
trace_log_interceptor.go
type_def.go
util_test.go enhance: upsert support autoid(#30342) (#34633) 2024-07-15 20:53:39 +08:00
util.go fix: [2.4] Unify hook singleton implementation in proxy (#34888) 2024-07-26 18:07:53 +08:00
validate_util_test.go fix: check array field data is nil before getting the type (#33114) (#33311) 2024-05-24 09:07:11 +08:00
validate_util.go fix: error message when input is not aligned (#35322) (#35323) 2024-08-07 09:56:28 +08:00