milvus/internal/querycoordv2
wei liu 7895ac96b5
enhance: Remove rpc during querycoord start (#28396)
issue: #28332

during querycoord's recover, it try to call `DescribeCollection` and
`ShowPartitions` to root coord, to checker whether collection or
partition has been released in rootcoord. but if rootcoord isn't not
ready yet, the rpc will fail, the querycoord panic.

to fix this, we remove rpc call during querycoord's start

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2023-11-17 11:48:19 +08:00
..
balance Change task sourceID to stringer interface (#27965) 2023-10-27 01:08:12 +08:00
checkers fix load index for stopping node (#28047) 2023-11-03 07:58:18 +08:00
dist refine target manager code style (#27883) 2023-10-25 00:44:12 +08:00
job Fix the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00
meta enhance: Remove rpc during querycoord start (#28396) 2023-11-17 11:48:19 +08:00
mocks Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
observers fix: make qcv2 observer dispatcher execute exactly once (#28472) 2023-11-16 10:24:19 +08:00
params Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
session Refine state check (#27541) 2023-10-11 21:01:35 +08:00
task enhance: modify log to avoid ambiguity and improve readability (#28331) 2023-11-10 14:32:20 +08:00
utils Format the code (#27275) 2023-09-21 09:45:27 +08:00
handlers.go disable auto balance when old node exists (#28191) 2023-11-07 14:02:20 +08:00
OWNERS Add QueryCoord OWNERS file (#21552) 2023-01-10 16:15:37 +08:00
server_test.go fix datacoord unstable ut (#28281) 2023-11-08 18:43:31 +08:00
server.go fix unstable auto balance config ut (#28288) 2023-11-09 10:00:22 +08:00
services_test.go Fix the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00
services.go refine target manager code style (#27883) 2023-10-25 00:44:12 +08:00