mirror of https://github.com/milvus-io/milvus.git
fix: fix complie error generated by conflict pr (#38729)
issue: #38399 Signed-off-by: chyezh <chyezh@outlook.com>pull/38684/head
parent
118678bd91
commit
05d9f8562f
|
@ -22,8 +22,8 @@ type walEnable struct {
|
|||
|
||||
// MustSelectWALName select wal name.
|
||||
func MustSelectWALName() string {
|
||||
standalone := paramtable.GetRole() == typeutil.StandaloneRole
|
||||
params := paramtable.Get()
|
||||
standalone := params.RuntimeConfig.Role.GetAsString() == typeutil.StandaloneRole
|
||||
return mustSelectWALName(standalone, params.MQCfg.Type.GetValue(), walEnable{
|
||||
params.RocksmqEnable(),
|
||||
params.PulsarEnable(),
|
||||
|
|
Loading…
Reference in New Issue