milvus/internal/querycoordv2
Xiaofan cb6eca8e91
fix: drop partition can not be successful if load failed (#38793)
fix #38649
when partition load failed, the partition drop will also fail due to the
wrong error message

Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
2024-12-30 19:42:52 +08:00
..
balance fix: Querycoord will trigger unexpected balance task after restart (#38630) 2024-12-25 19:30:48 +08:00
checkers fix: Querycoord will trigger unexpected balance task after restart (#38630) 2024-12-25 19:30:48 +08:00
dist enhance: refine querycoord meta/catalog related interfaces to ensure that each method includes a ctx parameter (#37916) 2024-11-25 11:14:34 +08:00
job enhance: Resolve compilation error due to PR conflict (#38252) 2024-12-05 19:26:40 +08:00
meta fix: Querycoord will trigger unexpected balance task after restart (#38630) 2024-12-25 19:30:48 +08:00
mocks fix: revert optimize CPU usage for CheckHealth requests (#35589) (#38555) 2024-12-19 00:38:45 +08:00
observers enhance: Accelerate observe collection (#38028) 2024-12-17 14:14:45 +08:00
params Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
session fix: revert optimize CPU usage for CheckHealth requests (#35589) (#38555) 2024-12-19 00:38:45 +08:00
task fix: Prevent balancer from overloading the same QueryNode (#38719) 2024-12-25 16:36:49 +08:00
utils fix: revert optimize CPU usage for CheckHealth requests (#35589) (#38555) 2024-12-19 00:38:45 +08:00
.mockery.yaml enhance: Add mockery package config for QC&QN (#38340) 2024-12-10 19:18:42 +08:00
OWNERS Add QueryCoord OWNERS file (#21552) 2023-01-10 16:15:37 +08:00
api_testonly.go test: support segment release in integration test (#31190) 2024-04-09 11:39:17 +08:00
handlers.go enhance: refine exists log print with ctx (#38080) 2024-12-14 22:36:44 +08:00
handlers_test.go enhance: add list index and segment index retrieval API for WebUI (#37861) 2024-11-22 16:58:34 +08:00
ops_service_test.go enhance: refine querycoord meta/catalog related interfaces to ensure that each method includes a ctx parameter (#37916) 2024-11-25 11:14:34 +08:00
ops_services.go enhance: refine exists log print with ctx (#38080) 2024-12-14 22:36:44 +08:00
server.go fix: revert optimize CPU usage for CheckHealth requests (#35589) (#38555) 2024-12-19 00:38:45 +08:00
server_test.go feat: support to replicate collection when the services contains the system tt msg (#37559) 2024-12-17 09:08:46 +08:00
services.go fix: drop partition can not be successful if load failed (#38793) 2024-12-30 19:42:52 +08:00
services_test.go fix: drop partition can not be successful if load failed (#38793) 2024-12-30 19:42:52 +08:00