diff --git a/pkg/util/paramtable/component_param.go b/pkg/util/paramtable/component_param.go index 95dcde7426..8fdb59811c 100644 --- a/pkg/util/paramtable/component_param.go +++ b/pkg/util/paramtable/component_param.go @@ -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",