Skip to content

Commit

Permalink
fix: key of DataCoordTicklePath is wrong (issue: #35259) (#35263)
Browse files Browse the repository at this point in the history
issue: [35259](#35259)

Signed-off-by: Reid Chan <reidchan@apache.org>
  • Loading branch information
Reidddddd authored Aug 13, 2024
1 parent 1b0ea49 commit 6c135e5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/util/paramtable/component_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6c135e5

Please sign in to comment.