milvus/internal/indexnode
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 in errors (#11028) 2021-11-01 22:46:00 +08:00
errors_test.go [skip ci]Update license for in errors (#11028) 2021-11-01 22:46:00 +08:00
index.go [skip ci]Update license for in errors (#11028) 2021-11-01 22:46:00 +08:00
index_test.go [skip ci]Update license for in errors (#11028) 2021-11-01 22:46:00 +08:00
indexnode.go [skip ci]Update license for in in (#11030) 2021-11-01 22:48:06 +08:00
indexnode_mock.go [skip ci]Update license for in in (#11030) 2021-11-01 22:48:06 +08:00
indexnode_mock_test.go [skip ci]Update license for in in (#11030) 2021-11-01 22:48:06 +08:00
indexnode_test.go [skip ci]Update license for in in (#11030) 2021-11-01 22:48:06 +08:00
metrics_info.go [skip ci]Update license for in pt (#11031) 2021-11-01 22:49:57 +08:00
metrics_info_test.go [skip ci]Update license for in pt (#11031) 2021-11-01 22:49:57 +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
task.go Rename IndexRootPath to IndexStorageRootPath (#11236) 2021-11-05 11:45:00 +08:00
task_scheduler.go [skip ci]Update in task (#11032) 2021-11-01 22:51:41 +08:00