mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci] Fix a grammar mistake in roles.go (#12604)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
parent
6964bf42b9
commit
b43b4e213f
@ -323,7 +323,7 @@ func (mr *MilvusRoles) runIndexNode(ctx context.Context, localMsg bool, alias st
|
||||
return in
|
||||
}
|
||||
|
||||
// Run runs Milvus components.
|
||||
// Run Milvus components.
|
||||
func (mr *MilvusRoles) Run(localMsg bool, alias string) {
|
||||
if os.Getenv(metricsinfo.DeployModeEnvKey) == metricsinfo.StandaloneDeployMode {
|
||||
closer := trace.InitTracing("standalone")
|
||||
|
Loading…
Reference in New Issue
Block a user