milvus/internal/querycoord
cai.zhang f469a315d6
Refactor the logic of assign tasks in IndexCoord (#6328)
* Refactor the logic of assign tasks in IndexCoord

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Fix bugs

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Fix bug for unittest

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Add lock for map

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Improve code

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Fix unittest bug

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Reduce duriation for timetick

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Update orm version

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Reset sdk version

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Fix bug

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Reset orm version

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Reset test ip

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Fix bug

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Fix bug for unissued

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Rename some variables

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Fix bug

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Use break instead of continue in select::case

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>
2021-07-14 14:15:55 +08:00
..
cluster.go Fix load hang when restart querynode many time in short time (#6351) 2021-07-13 14:16:00 +08:00
condition.go Rename queryservice to querycoordinator (#5931) 2021-06-22 16:44:09 +08:00
impl.go Refactor the logic of assign tasks in IndexCoord (#6328) 2021-07-14 14:15:55 +08:00
meta_test.go Fix load hang when restart querynode many time in short time (#6351) 2021-07-13 14:16:00 +08:00
meta.go fix multi loadCollectition not work (#6097) 2021-06-24 21:10:13 +08:00
mock_test.go Fix load hang when restart querynode many time in short time (#6351) 2021-07-13 14:16:00 +08:00
OWNERS Rename queryservice to querycoordinator (#5931) 2021-06-22 16:44:09 +08:00
param_table.go Fix load hang when restart querynode many time in short time (#6351) 2021-07-13 14:16:00 +08:00
query_coord_test.go Fix load hang when restart querynode many time in short time (#6351) 2021-07-13 14:16:00 +08:00
query_coord.go Fix load hang when restart querynode many time in short time (#6351) 2021-07-13 14:16:00 +08:00
querynode_test.go Fix load hang when restart querynode many time in short time (#6351) 2021-07-13 14:16:00 +08:00
querynode.go Fix load hang when restart querynode many time in short time (#6351) 2021-07-13 14:16:00 +08:00
task_scheduler.go Fix load hang when restart querynode many time in short time (#6351) 2021-07-13 14:16:00 +08:00
task.go Fix load hang when restart querynode many time in short time (#6351) 2021-07-13 14:16:00 +08:00