milvus/internal/proxy
yihao.dai 1f718118e9
Dynamic load/release partitions (#22655)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2023-03-20 14:55:57 +08:00
..
accesslog Fix Row Number Mismatch (#22307) 2023-02-27 10:41:46 +08:00
authentication_interceptor_test.go refine mock querycoord (#22198) 2023-02-16 15:38:34 +08:00
authentication_interceptor.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
channels_mgr_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
channels_mgr.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
channels_time_ticker_test.go Correct usage of Timer and Ticker (#22228) 2023-02-23 18:59:45 +08:00
channels_time_ticker.go Fix proxy's pchan statistic min ts out of order (#22757) 2023-03-15 11:17:55 +08:00
condition_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
condition.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
count_reducer_test.go Feat: count entities by expression (#22765) 2023-03-16 19:31:55 +08:00
count_reducer.go Feat: count entities by expression (#22765) 2023-03-16 19:31:55 +08:00
data_coord_mock_test.go Remove collection meta after GC finished (#21595) 2023-01-12 09:55:42 +08:00
default_limit_reducer.go Feat: count entities by expression (#22765) 2023-03-16 19:31:55 +08:00
dummyreq_test.go [skip ci]Update license for proxy dummy (#11605) 2021-11-10 23:43:27 +08:00
dummyreq.go [skip ci]Update license for proxy dummy (#11605) 2021-11-10 23:43:27 +08:00
error_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
error.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
hook_interceptor_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
hook_interceptor.go Add error log and metrics for the hook and privilege interceptor (#22111) (#22137) 2023-02-13 16:50:33 +08:00
impl_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
impl.go Reduce printing frequency of rate limit log (#22636) 2023-03-09 14:15:55 +08:00
interface_def.go Use the request's context to allocate ts (#22633) 2023-03-09 18:51:52 +08:00
meta_cache_test.go deprecate shard cache immediately if query failed (#22779) 2023-03-17 16:25:55 +08:00
meta_cache.go deprecate shard cache immediately if query failed (#22779) 2023-03-17 16:25:55 +08:00
metrics_info_test.go refine mock querycoord (#22198) 2023-02-16 15:38:34 +08:00
metrics_info.go Fix metrics info panic when network error happens (#22802) (#22809) 2023-03-17 11:55:54 +08:00
mock_cache_test.go resource group impl (#21609) 2023-01-30 10:19:48 +08:00
mock_channels_mgr_test.go Support collection level monitoring metrics (#19686) 2022-10-18 19:17:27 +08:00
mock_msgstream_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
mock_test.go Fix proxy's pchan statistic min ts out of order (#22757) 2023-03-15 11:17:55 +08:00
msg_pack.go Decouple mq module from internal proto definition (#22536) 2023-03-04 23:21:50 +08:00
multi_rate_limiter_test.go fix describe rg api (#21998) 2023-02-07 19:30:31 +08:00
multi_rate_limiter.go Make ratelimiter's config refreshable (#21757) 2023-02-01 16:03:51 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
plan_parser_test.go Remove fmt.Print from internal package (#22722) 2023-03-14 17:36:05 +08:00
plan_parser.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
privilege_interceptor_test.go Add the rbac for the GetLoadingProgress and GetLoadState api (#22320) 2023-02-22 20:37:45 +08:00
privilege_interceptor.go Add error log and metrics for the hook and privilege interceptor (#22111) (#22137) 2023-02-13 16:50:33 +08:00
proxy_rpc_test.go Make paramtable init only once (#21782) 2023-01-19 14:53:44 +08:00
proxy_test.go Dynamic load/release partitions (#22655) 2023-03-20 14:55:57 +08:00
proxy.go Use the request's context to allocate ts (#22633) 2023-03-09 18:51:52 +08:00
query_node_mock_test.go Dynamic load/release partitions (#22655) 2023-03-20 14:55:57 +08:00
rate_limit_interceptor_test.go Return error code when deny to read/write (#21561) 2023-01-06 14:31:37 +08:00
rate_limit_interceptor.go Return error code when deny to read/write (#21561) 2023-01-06 14:31:37 +08:00
reducer_test.go Feat: count entities by expression (#22765) 2023-03-16 19:31:55 +08:00
reducer.go Feat: count entities by expression (#22765) 2023-03-16 19:31:55 +08:00
repack_func_test.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
repack_func.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
rootcoord_mock_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
rpc_msg.go Refine log of CreatePartition (#12693) 2021-12-06 15:13:35 +08:00
segment_test.go Remove fmt.Print from internal package (#22722) 2023-03-14 17:36:05 +08:00
segment.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
shard_client_test.go Add cache of grpc client of ShardLeader in proxy (#17301) 2022-06-02 12:16:03 +08:00
shard_client.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
task_calc_distance_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
task_calc_distance.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
task_delete_test.go Forbid deleting entities by non-pk field (#21459) 2022-12-30 14:17:32 +08:00
task_delete.go fix wrong sequence of timetick stats on proxy #21855 (#22685) 2023-03-14 15:43:54 +08:00
task_index_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
task_index.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
task_insert_test.go Check dimension of inserted records (#22819) 2023-03-17 17:33:58 +08:00
task_insert.go Check dimension of inserted records (#22819) 2023-03-17 17:33:58 +08:00
task_policies_test.go Make Params singleton (#20088) 2022-11-04 14:25:38 +08:00
task_policies.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
task_query_test.go Feat: count entities by expression (#22765) 2023-03-16 19:31:55 +08:00
task_query.go deprecate shard cache immediately if query failed (#22779) 2023-03-17 16:25:55 +08:00
task_scheduler_test.go Fix proxy's pchan statistic min ts out of order (#22757) 2023-03-15 11:17:55 +08:00
task_scheduler.go Fix proxy's pchan statistic min ts out of order (#22757) 2023-03-15 11:17:55 +08:00
task_search_test.go Refactor invalid unit test (#22347) 2023-02-27 14:27:47 +08:00
task_search.go Fix data after travel timestamp is still visible (#22813) 2023-03-17 18:03:55 +08:00
task_statistic_test.go deprecate shard cache immediately if query failed (#22779) 2023-03-17 16:25:55 +08:00
task_statistic.go remove debug log (#22828) 2023-03-17 18:05:56 +08:00
task_test.go Dynamic load/release partitions (#22655) 2023-03-20 14:55:57 +08:00
task_upsert_test.go Decouple mq module from internal proto definition (#22536) 2023-03-04 23:21:50 +08:00
task_upsert.go Decouple mq module from internal proto definition (#22536) 2023-03-04 23:21:50 +08:00
task.go Dynamic load/release partitions (#22655) 2023-03-20 14:55:57 +08:00
timestamp_test.go Use the request's context to allocate ts (#22633) 2023-03-09 18:51:52 +08:00
timestamp.go Fix RootCoord double updates TSO (#22715) 2023-03-13 18:01:53 +08:00
type_def.go [skip e2e] Add comment for pChan (#14098) 2021-12-23 21:44:12 +08:00
util_test.go Decouple mq module from internal proto definition (#22536) 2023-03-04 23:21:50 +08:00
util.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00