milvus/internal/proxy
yihao.dai cf321afe29
Fix timetick block caused by dml task pop failed (#23291)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2023-04-11 14:18:30 +08:00
..
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
authentication_interceptor.go Check the collection num when creating the collection (#22919) 2023-03-22 20:35:57 +08:00
authentication_interceptor_test.go Check the collection num when creating the collection (#22919) 2023-03-22 20:35:57 +08:00
channels_mgr.go [test]Create index before load and fix error message (#19874) (#19857) 2022-10-19 10:01:26 +08:00
channels_mgr_test.go Support collection level monitoring metrics (#19686) 2022-10-18 19:17:27 +08:00
channels_time_ticker.go Fix proxy's pchan statistic min ts out of order (#22756) 2023-03-15 10:23:56 +08:00
channels_time_ticker_test.go [skip ci]Update license for proxy channels (#11603) 2021-11-10 23:57:08 +08:00
condition.go Remove the redundant 'for' in the TaskCondition (#17558) 2022-06-15 16:32:10 +08:00
condition_test.go Fix golint warnings for proxy (#11892) 2021-11-29 11:57:17 +08:00
data_coord_mock_test.go Add FlushAll (#23088) 2023-03-29 13:50:02 +08:00
dummyreq.go [skip ci]Update license for proxy dummy (#11605) 2021-11-10 23:43:27 +08:00
dummyreq_test.go [skip ci]Update license for proxy dummy (#11605) 2021-11-10 23:43:27 +08:00
error.go Return insufficient memory error when load failed (#21592) 2023-01-10 21:25:41 +08:00
error_test.go Return insufficient memory error when load failed (#21592) 2023-01-10 21:25:41 +08:00
get_max_len.go Check if all columns aligned with same num_rows (#22968) (#22981) 2023-03-24 17:32:00 +08:00
get_max_len_test.go Check if all columns aligned with same num_rows (#22968) (#22981) 2023-03-24 17:32:00 +08:00
hook_interceptor.go Remove `request` log of `mock` method in the hook interceptor (#22136) 2023-02-13 19:26:33 +08:00
hook_interceptor_test.go Gracefully handle the hook plugin loading failure error (#19789) 2022-10-14 19:59:24 +08:00
impl.go Add slow log for read (#23274) 2023-04-07 15:42:32 +08:00
impl_test.go Add FlushAll (#23088) 2023-03-29 13:50:02 +08:00
index_coord_mock_test.go Set index name in proxy when drop index (#20160) 2022-10-28 16:41:32 +08:00
interface_def.go Fix RootCoord double updates TSO (#22715) (#22723) 2023-03-14 10:55:55 +08:00
meta_cache.go support first or random strategy (#22801) 2023-03-20 16:15:57 +08:00
meta_cache_test.go support first or random strategy (#22801) 2023-03-20 16:15:57 +08:00
metrics_info.go Fix metrics info panic when network error happens (#22802) 2023-03-16 22:43:55 +08:00
metrics_info_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
mock_cache_test.go resource group impl (#21895) 2023-02-01 19:03:51 +08:00
mock_channels_mgr_test.go Fix timetick block caused by dml task pop failed (#23291) 2023-04-11 14:18:30 +08:00
mock_msgstream_test.go Refine channels management in Proxy. (#17334) 2022-06-02 15:34:04 +08:00
mock_test.go Fix proxy's pchan statistic min ts out of order (#22756) 2023-03-15 10:23:56 +08:00
multi_rate_limiter.go Return error code when deny to read/write (#21575) 2023-01-09 10:49:37 +08:00
multi_rate_limiter_test.go update shard leader cache (#22632) 2023-03-09 16:35:53 +08:00
plan_parser.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
plan_parser_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
privilege_interceptor.go Add error log and metrics for the hook and privilege interceptor (#22111) 2023-02-10 15:52:32 +08:00
privilege_interceptor_test.go Add the rbac for the GetLoadingProgress and GetLoadState api (#22313) 2023-02-21 14:20:27 +08:00
proxy.go Fix metric ProxySyncTimeTickLag (#23235) (#23282) 2023-04-10 11:12:38 +08:00
proxy_rpc_test.go Limit the rpc to 64M (#20844) 2022-12-07 10:09:19 +08:00
proxy_test.go Add the retry op for all server (#22274) 2023-02-24 17:51:47 +08:00
query_coord_mock_test.go fix describe rg api (#21999) 2023-02-08 15:40:31 +08:00
query_node_mock_test.go Add the retry op for all server (#22274) 2023-02-24 17:51:47 +08:00
rate_limit_interceptor.go Return error code when deny to read/write (#21575) 2023-01-09 10:49:37 +08:00
rate_limit_interceptor_test.go Return error code when deny to read/write (#21575) 2023-01-09 10:49:37 +08:00
repack_func.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
repack_func_test.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
rootcoord_mock_test.go Support rename collection function (#22208) 2023-02-17 16:52:25 +08:00
rpc_msg.go Add slow log for read (#23274) 2023-04-07 15:42:32 +08:00
segment.go Fix some unreasonable logs in Proxy (#20411) (#20436) 2022-11-10 11:19:08 +08:00
segment_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
shard_client.go Add cache of grpc client of ShardLeader in proxy (#17301) 2022-06-02 12:16:03 +08:00
shard_client_test.go Add cache of grpc client of ShardLeader in proxy (#17301) 2022-06-02 12:16:03 +08:00
task.go deprecate shard cache immediately if query failed (#22848) 2023-03-20 14:07:57 +08:00
task_calc_distance.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
task_calc_distance_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
task_delete.go Fix timetick block caused by dml task pop failed (#23291) 2023-04-11 14:18:30 +08:00
task_delete_test.go Fix timetick block caused by dml task pop failed (#23291) 2023-04-11 14:18:30 +08:00
task_index.go Fix bug for type params when indexing (#23242) 2023-04-06 15:07:11 +08:00
task_index_test.go Check index params and type params (#22987) (#23003) 2023-03-27 22:56:01 +08:00
task_insert.go Fix timetick block caused by dml task pop failed (#23291) 2023-04-11 14:18:30 +08:00
task_insert_test.go Fix timetick block caused by dml task pop failed (#23291) 2023-04-11 14:18:30 +08:00
task_policies.go Add the retry op for all server (#22274) 2023-02-24 17:51:47 +08:00
task_policies_test.go update shard leader cache (#22632) 2023-03-09 16:35:53 +08:00
task_query.go deprecate shard cache immediately if query failed (#22848) 2023-03-20 14:07:57 +08:00
task_query_test.go update shard leader cache (#22632) 2023-03-09 16:35:53 +08:00
task_scheduler.go Fix timetick block caused by dml task pop failed (#23291) 2023-04-11 14:18:30 +08:00
task_scheduler_test.go Fix timetick block caused by dml task pop failed (#23291) 2023-04-11 14:18:30 +08:00
task_search.go deprecate shard cache immediately if query failed (#22848) 2023-03-20 14:07:57 +08:00
task_search_test.go update shard leader cache (#22632) 2023-03-09 16:35:53 +08:00
task_statistic.go deprecate shard cache immediately if query failed (#22848) 2023-03-20 14:07:57 +08:00
task_statistic_test.go deprecate shard cache immediately if query failed (#22848) 2023-03-20 14:07:57 +08:00
task_test.go update shard leader cache (#22632) 2023-03-09 16:35:53 +08:00
timestamp.go Fix RootCoord double updates TSO (#22715) (#22723) 2023-03-14 10:55:55 +08:00
timestamp_test.go Fix RootCoord double updates TSO (#22715) (#22723) 2023-03-14 10:55:55 +08:00
type_def.go [skip e2e] Add comment for pChan (#14098) 2021-12-23 21:44:12 +08:00
util.go sync resource group change (#22269) 2023-02-20 19:22:26 +08:00
util_test.go update shard leader cache (#22632) 2023-03-09 16:35:53 +08:00
validate_util.go Check if all columns aligned with same num_rows (#22968) (#22981) 2023-03-24 17:32:00 +08:00
validate_util_test.go Check if all columns aligned with same num_rows (#22968) (#22981) 2023-03-24 17:32:00 +08:00