[skip ci]Add comment for initIndexRootPath in indexcoord/param_table.go (#9372)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/9375/head
cai.zhang 2021-10-07 02:00:26 +08:00 committed by GitHub
parent 3f116c9aed
commit 85f5e07943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ func (pt *ParamTable) initMinioBucketName() {
pt.MinioBucketName = bucketName
}
// initIndexRootPath initializes the root path of index files.
func (pt *ParamTable) initIndexRootPath() {
rootPath, err := pt.Load("minio.rootPath")
if err != nil {