mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
issue: [35259](https://github.com/milvus-io/milvus/issues/35259) Signed-off-by: Reid Chan <reidchan@apache.org>
This commit is contained in:
parent
1b0ea49d25
commit
6c135e5ea9
@ -208,7 +208,6 @@ type commonConfig struct {
|
||||
DataCoordSegmentInfo ParamItem `refreshable:"true"`
|
||||
DataCoordSubName ParamItem `refreshable:"false"`
|
||||
DataCoordWatchSubPath ParamItem `refreshable:"false"`
|
||||
DataCoordTicklePath ParamItem `refreshable:"false"`
|
||||
DataNodeSubName ParamItem `refreshable:"false"`
|
||||
|
||||
DefaultPartitionName ParamItem `refreshable:"false"`
|
||||
@ -399,14 +398,6 @@ func (p *commonConfig) init(base *BaseTable) {
|
||||
}
|
||||
p.DataCoordWatchSubPath.Init(base.mgr)
|
||||
|
||||
p.DataCoordTicklePath = ParamItem{
|
||||
Key: "msgChannel.subNamePrefix.dataCoordWatchSubPath",
|
||||
Version: "2.2.3",
|
||||
DefaultValue: "tickle",
|
||||
PanicIfEmpty: true,
|
||||
}
|
||||
p.DataCoordTicklePath.Init(base.mgr)
|
||||
|
||||
p.DataNodeSubName = ParamItem{
|
||||
Key: "msgChannel.subNamePrefix.dataNodeSubNamePrefix",
|
||||
DefaultValue: "dataNode",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user