milvus/internal/rootcoord
Xiaofan 2213ed7bed
Fix bulkload segment can not be flushed (#21919)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2023-02-02 13:11:51 +08:00
..
mocks Support rename collection (#21693) 2023-01-19 14:13:43 +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 Fix collection metrics leakage (#19944) 2022-10-21 10:13:28 +08:00
broker_test.go Remove collection meta after GC finished (#21595) 2023-01-12 09:55:42 +08:00
broker.go Fix failed bulkload segment marked as sealed (#21799) 2023-01-31 12:41:53 +08:00
constrant.go Limit max shard num to 64 (#19776) 2022-10-14 14:51:23 +08:00
create_alias_task_test.go Fix index not exist (#20027) 2022-10-25 10:01:30 +08:00
create_alias_task.go Fix index not exist (#20027) 2022-10-25 10:01:30 +08:00
create_collection_task_test.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
create_collection_task.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
create_partition_task_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
create_partition_task.go Fix collection metrics leakage (#19944) 2022-10-21 10:13:28 +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
describe_collection_task_test.go Fix collection not exist when tried to do recovery (#21471) 2023-01-04 16:37:35 +08:00
describe_collection_task.go Fix collection not exist when tried to do recovery (#21471) 2023-01-04 16:37:35 +08:00
dml_channels_test.go Refine msgstream interface (#20832) 2022-12-05 20:55:17 +08:00
dml_channels.go Refine log when initialize dml channels (#21863) 2023-01-30 14:05: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 Support rename collection (#21693) 2023-01-19 14:13:43 +08:00
drop_collection_task.go Remove collection meta after GC finished (#21595) 2023-01-12 09:55:42 +08:00
drop_partition_task_test.go Make paramtable init only once (#21782) 2023-01-19 14:53:44 +08:00
drop_partition_task.go Remove collection meta after GC finished (#21595) 2023-01-12 09:55:42 +08:00
expire_cache_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
expire_cache.go Fill MsgBase ALL (#19912) 2022-10-21 15:57:28 +08:00
field_id.go [skip e2e] Grammar correction (#14415) 2021-12-28 19:18:20 +08:00
garbage_collector_test.go Fix flaky unit test (#20006) 2022-10-24 11:51:29 +08:00
garbage_collector.go Merge IndexCoord and DataCoord (#21267) 2023-01-04 19:37:36 +08:00
has_collection_task_test.go Revert parallel ddl (#20118) 2022-10-28 13:25:34 +08:00
has_collection_task.go Revert parallel ddl (#20118) 2022-10-28 13:25:34 +08:00
has_partition_task_test.go Revert parallel ddl (#20118) 2022-10-28 13:25:34 +08:00
has_partition_task.go Revert parallel ddl (#20118) 2022-10-28 13:25:34 +08:00
import_helper.go Fix failed bulkload segment marked as sealed (#21799) 2023-01-31 12:41:53 +08:00
import_manager_test.go Fix failed bulkload segment marked as sealed (#21799) 2023-01-31 12:41:53 +08:00
import_manager.go Fix bulkload segment can not be flushed (#21919) 2023-02-02 13:11:51 +08:00
meta_table_test.go Make paramtable init only once (#21782) 2023-01-19 14:53:44 +08:00
meta_table.go Fix rename collection data race (#21827) 2023-01-24 10:01:46 +08:00
metrics_info.go Refactor showConfigurations to allow return global config rather than only return config of this component (#21063) 2022-12-09 14:31:21 +08:00
mock_test.go Make paramtable init only once (#21782) 2023-01-19 14:53:44 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
proxy_client_manager_test.go Integration test framework (#21283) 2023-01-12 19:49:40 +08:00
proxy_client_manager.go Remove a goroutine when creating a proxy client (#21904) 2023-02-01 15:49:50 +08:00
proxy_manager_test.go Avoid Sync when the segment open (#21397) 2022-12-28 10:51:34 +08:00
proxy_manager.go Add based on timetravel GC for snapshot KV (#21417) 2023-01-04 21:37:35 +08:00
quota_center_test.go Fix check time tick lag with no channel (#21737) 2023-01-16 18:49:43 +08:00
quota_center.go Fix check time tick lag with no channel (#21737) 2023-01-16 18:49:43 +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
rename_collection_task_test.go Support rename collection (#21693) 2023-01-19 14:13:43 +08:00
rename_collection_task.go Support rename collection (#21693) 2023-01-19 14:13:43 +08:00
root_coord_test.go Fix failed bulkload segment marked as sealed (#21799) 2023-01-31 12:41:53 +08:00
root_coord.go Fix failed bulkload segment marked as sealed (#21799) 2023-01-31 12:41:53 +08:00
scheduler_test.go Fix Bulkload ut print too much result (#21821) 2023-01-19 21:31:44 +08:00
scheduler.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
show_collection_task_test.go Revert parallel ddl (#20118) 2022-10-28 13:25:34 +08:00
show_collection_task.go Revert parallel ddl (#20118) 2022-10-28 13:25:34 +08:00
show_partition_task_test.go Fix collection not exist when tried to do recovery (#21471) 2023-01-04 16:37:35 +08:00
show_partition_task.go Fix collection not exist when tried to do recovery (#21471) 2023-01-04 16:37:35 +08:00
step_executor_test.go Remove collection meta after GC finished (#21595) 2023-01-12 09:55:42 +08:00
step_executor.go Remove collection meta after GC finished (#21595) 2023-01-12 09:55:42 +08:00
step_test.go Remove collection meta after GC finished (#21595) 2023-01-12 09:55:42 +08:00
step.go Remove collection meta after GC finished (#21595) 2023-01-12 09:55:42 +08:00
task.go Revert parallel ddl (#20118) 2022-10-28 13:25:34 +08:00
timestamp_bench_test.go Make paramtable init only once (#21782) 2023-01-19 14:53:44 +08:00
timeticksync_test.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +08:00
timeticksync.go Refactor all params into ParamItem (#20987) 2022-12-07 18:01:19 +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 Optimize ddl case when collection not exist (#19950) 2022-10-21 16:37:29 +08:00
util.go Optimize ddl case when collection not exist (#19950) 2022-10-21 16:37:29 +08:00