milvus/internal/rootcoord
Ten Thousand Leaves 762045adff
Fix an issue where working task might get cleaned up (#19888)
/kind improvement

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
2022-10-19 13:23:28 +08:00
..
mocks Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
alter_alias_task_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
alter_alias_task.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
alter_collection_task_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
alter_collection_task.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
broker_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
broker.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
constrant.go Limit max shard num to 64 (#19776) 2022-10-14 14:51:23 +08:00
create_alias_task_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
create_alias_task.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
create_collection_task_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
create_collection_task.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
create_partition_task_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
create_partition_task.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
ddl_ts_lock_manager_test.go Optimize read ddl (#19352) 2022-09-24 12:42:51 +08:00
ddl_ts_lock_manager.go Optimize read ddl (#19352) 2022-09-24 12:42:51 +08:00
dml_channels_test.go Fix create collection failed to assign channels (#19551) 2022-09-29 15:54:54 +08:00
dml_channels.go Fix create collection failed to assign channels (#19551) 2022-09-29 15:54:54 +08:00
drop_alias_task_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
drop_alias_task.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
drop_collection_task_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
drop_collection_task.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
drop_partition_task_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
drop_partition_task.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
expire_cache_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
expire_cache.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
field_id.go [skip e2e] Grammar correction (#14415) 2021-12-28 19:18:20 +08:00
garbage_collector_test.go Optimize read ddl (#19352) 2022-09-24 12:42:51 +08:00
garbage_collector.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
import_helper.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
import_manager_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
import_manager.go Fix an issue where working task might get cleaned up (#19888) 2022-10-19 13:23:28 +08:00
meta_table_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
meta_table.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
metrics_info.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
mock_test.go Support check health for the service level (#19779) 2022-10-18 13:39:26 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
proxy_client_manager_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
proxy_client_manager.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
proxy_manager_test.go Handle etcd compacted error (#17886) 2022-06-30 18:54:19 +08:00
proxy_manager.go Unified catalog interface for segment (#18289) (#18290) 2022-08-20 10:24:51 +08:00
quota_center_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
quota_center.go Enable rate limit and update quota unit (#19816) 2022-10-17 16:23:25 +08:00
redo_test.go Make ddl follow tt mechanism (#19279) 2022-09-21 15:46:51 +08:00
redo.go Make ddl follow tt mechanism (#19279) 2022-09-21 15:46:51 +08:00
root_coord_test.go Support check health for the service level (#19779) 2022-10-18 13:39:26 +08:00
root_coord.go Support check health for the service level (#19779) 2022-10-18 13:39:26 +08:00
scheduler_test.go Make creating collection/partition follow tt mechanism (#19628) 2022-10-09 12:32:57 +08:00
scheduler.go Make creating collection/partition follow tt mechanism (#19628) 2022-10-09 12:32:57 +08:00
step_executor_test.go Make ddl follow tt mechanism (#19279) 2022-09-21 15:46:51 +08:00
step_executor.go Fix drop collection failed due to etcd txn limit. (#19362) 2022-09-22 17:36:52 +08:00
step_test.go Fix drop collection failed due to etcd txn limit. (#19362) 2022-09-22 17:36:52 +08:00
step.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
task.go Optimize read ddl (#19352) 2022-09-24 12:42:51 +08:00
timestamp_bench_test.go Refactor RootCoord (#18930) 2022-09-05 13:29:11 +08:00
timeticksync_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
timeticksync.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
undo_test.go Make ddl follow tt mechanism (#19279) 2022-09-21 15:46:51 +08:00
undo.go Make ddl follow tt mechanism (#19279) 2022-09-21 15:46:51 +08:00
util_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
util.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00