milvus/internal/indexcoord
XuanYang-cn 35e8779bd9
Rename IndexRootPath to IndexStorageRootPath (#11236)
IndexRootPath is index file's blob storage prefix.
But the name is confusing with the MetaRootPath, which is prefix of etcd.

This PR changes the IndexRootPath to IndexStorageRootPath to
elimilate the confusion.

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2021-11-05 11:45:00 +08:00
..
OWNERS Remove unused label rules (#7929) 2021-09-18 18:19:51 +08:00
errors.go [skip ci]Update license for ic ic (#10756) 2021-10-27 18:02:56 +08:00
errors_test.go [skip ci]Update license for ic ic (#10756) 2021-10-27 18:02:56 +08:00
index_coord.go Rename IndexRootPath to IndexStorageRootPath (#11236) 2021-11-05 11:45:00 +08:00
index_coord_mock.go [skip ci]Update license for ic ic (#10756) 2021-10-27 18:02:56 +08:00
index_coord_mock_test.go [skip ci]Update license for ic ic (#10756) 2021-10-27 18:02:56 +08:00
index_coord_test.go [skip ci]Update license for ic meta (#10757) 2021-10-27 18:04:47 +08:00
meta_table.go IndexNode finished the task before IndexCoord changes the meta (#10821) 2021-10-28 18:20:27 +08:00
meta_table_test.go [skip ci]Update license for ic meta (#10757) 2021-10-27 18:04:47 +08:00
metrics_info.go [skip ci]Update license for ic meta (#10757) 2021-10-27 18:04:47 +08:00
metrics_info_test.go [skip ci]Update license for ic meta (#10757) 2021-10-27 18:04:47 +08:00
node_manager.go Fix bug for indexnode load balancing (#10994) 2021-11-01 17:16:05 +08:00
node_manager_test.go [skip ci]Update license for ic node (#10758) 2021-10-27 19:00:48 +08:00
param_table.go Rename IndexRootPath to IndexStorageRootPath (#11236) 2021-11-05 11:45:00 +08:00
param_table_test.go Rename IndexRootPath to IndexStorageRootPath (#11236) 2021-11-05 11:45:00 +08:00
priority_queue.go Fix bug for indexnode load balancing (#10994) 2021-11-01 17:16:05 +08:00
priority_queue_test.go Fix bug for indexnode load balancing (#10994) 2021-11-01 17:16:05 +08:00
task.go [skip ci]Update license for ic task (#10759) 2021-10-27 17:44:48 +08:00
task_scheduler.go [skip ci]Update license for ic task (#10759) 2021-10-27 17:44:48 +08:00