mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: fix complie error generated by conflict pr (#38729)
issue: #38399 Signed-off-by: chyezh <chyezh@outlook.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user