mirror of https://github.com/milvus-io/milvus.git
issue: [35259](https://github.com/milvus-io/milvus/issues/35259) Signed-off-by: Reid Chan <reidchan@apache.org>pull/35439/head
parent
1b0ea49d25
commit
6c135e5ea9
|
@ -208,7 +208,6 @@ type commonConfig struct {
|
||||||
DataCoordSegmentInfo ParamItem `refreshable:"true"`
|
DataCoordSegmentInfo ParamItem `refreshable:"true"`
|
||||||
DataCoordSubName ParamItem `refreshable:"false"`
|
DataCoordSubName ParamItem `refreshable:"false"`
|
||||||
DataCoordWatchSubPath ParamItem `refreshable:"false"`
|
DataCoordWatchSubPath ParamItem `refreshable:"false"`
|
||||||
DataCoordTicklePath ParamItem `refreshable:"false"`
|
|
||||||
DataNodeSubName ParamItem `refreshable:"false"`
|
DataNodeSubName ParamItem `refreshable:"false"`
|
||||||
|
|
||||||
DefaultPartitionName ParamItem `refreshable:"false"`
|
DefaultPartitionName ParamItem `refreshable:"false"`
|
||||||
|
@ -399,14 +398,6 @@ func (p *commonConfig) init(base *BaseTable) {
|
||||||
}
|
}
|
||||||
p.DataCoordWatchSubPath.Init(base.mgr)
|
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{
|
p.DataNodeSubName = ParamItem{
|
||||||
Key: "msgChannel.subNamePrefix.dataNodeSubNamePrefix",
|
Key: "msgChannel.subNamePrefix.dataNodeSubNamePrefix",
|
||||||
DefaultValue: "dataNode",
|
DefaultValue: "dataNode",
|
||||||
|
|
Loading…
Reference in New Issue