milvus/internal/querycoord
aoiasd b85118cc03
Fix queryCoord init deadlock when restart (#19402)
Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>

Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
2022-09-27 12:00:54 +08:00
..
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
channel_allocator.go Make querycoord channel allocator respect context (#17552) 2022-06-17 16:02:12 +08:00
channel_allocator_test.go Move datacoord related methods from meta to globalMetaBroker (#17847) 2022-06-28 09:56:17 +08:00
channel_unsubscribe.go Fix pulsar unsubsribe issue (#17562) 2022-06-16 17:28:11 +08:00
channel_unsubscribe_test.go Add dependency factory (#16204) 2022-04-07 22:05:32 +08:00
cluster.go fix remove offline nodes in watchDmChannel (#18906) 2022-08-30 19:34:57 +08:00
cluster_test.go Remove Load Delta Channel Request (#18394) 2022-08-04 17:50:37 +08:00
condition.go fix receive messages before waitToFinish (#18122) 2022-07-07 11:04:21 +08:00
global_meta_broker.go Add triggerQueue check for handoff verifyReq (#19064) (#19080) 2022-09-07 18:18:34 +08:00
global_meta_broker_test.go Add triggerQueue check for handoff verifyReq (#19064) (#19080) 2022-09-07 18:18:34 +08:00
group_balance.go Fix SegmentChangeInfo is not set properly (#17701) 2022-06-22 21:08:13 +08:00
group_balance_test.go Make updating replica atomic, balance plan idempotent (#17686) 2022-06-22 13:40:13 +08:00
handoff_handler.go Add triggerQueue check for handoff verifyReq (#19064) (#19080) 2022-09-07 18:18:34 +08:00
handoff_handler_test.go Add triggerQueue check for handoff verifyReq (#19064) (#19080) 2022-09-07 18:18:34 +08:00
impl.go GetQuerySegmentInfo returns sealed loaded segments (#18255) (#18278) 2022-07-14 20:08:25 +08:00
impl_test.go fix receive messages before waitToFinish (#18122) 2022-07-07 11:04:21 +08:00
meta.go Sync patched segmentInfo to etcd (#18383) 2022-07-23 21:26:29 +08:00
meta_test.go Sync patched segmentInfo to etcd (#18383) 2022-07-23 21:26:29 +08:00
metrics_info.go Fix query cluster metrics (#18725) (#18727) 2022-08-19 13:58:01 +08:00
metrics_info_test.go [skip ci]Update license for qc mock (#12014) 2021-11-17 19:45:45 +08:00
mock_3rd_component_test.go Fix watchDmChannel may be out-of-date after compaction issue and add context (#18790) 2022-08-23 17:44:56 +08:00
mock_cluster.go Make Cluster interface's methods called outside public (#17315) 2022-06-02 13:16:05 +08:00
mock_querynode_client_test.go Remove Load Delta Channel Request (#18394) 2022-08-04 17:50:37 +08:00
mock_querynode_server_test.go Remove Load Delta Channel Request (#18394) 2022-08-04 17:50:37 +08:00
query_coord.go Fix segment DmChannel in querycoord for compatibility to 2.0.2 (#18373) 2022-07-22 21:00:28 +08:00
query_coord_test.go Add triggerQueue check for handoff verifyReq (#19064) (#19080) 2022-09-07 18:18:34 +08:00
querynode.go Remove Load Delta Channel Request (#18394) 2022-08-04 17:50:37 +08:00
querynode_test.go Refactor handoff handler (#17806) (#17933) 2022-06-30 13:24:18 +08:00
replica.go Make updating replica atomic, balance plan idempotent (#17686) 2022-06-22 13:40:13 +08:00
replica_test.go Change the etcd compareAndSwap interface (#18095) 2022-07-06 14:36:21 +08:00
segment_allocator.go Make querycoord segment allocator respect context (#17452) 2022-06-09 20:14:06 +08:00
segment_allocator_test.go Move datacoord related methods from meta to globalMetaBroker (#17847) 2022-06-28 09:56:17 +08:00
segments_info.go Fix updating segments' NodeIds correctly after LoadBalance (#16854) 2022-05-10 15:47:53 +08:00
segments_info_test.go Extract segments info into a new struct. (#15537) 2022-02-18 15:27:50 +08:00
task.go fix watch dml channel remove offline node (#18886) 2022-08-30 09:38:57 +08:00
task_scheduler.go Fix queryCoord init deadlock when restart (#19402) 2022-09-27 12:00:54 +08:00
task_scheduler_test.go Fix queryCoord init deadlock when restart (#19402) 2022-09-27 12:00:54 +08:00
task_test.go Remove Load Delta Channel Request (#18394) 2022-08-04 17:50:37 +08:00
task_util.go fix GetCompactionState hang (#18850) 2022-08-26 18:00:54 +08:00
task_util_test.go Fix watchDmChannel may be out-of-date after compaction issue and add context (#18790) 2022-08-23 17:44:56 +08:00
util.go Remove Load Delta Channel Request (#18394) 2022-08-04 17:50:37 +08:00