Skip to content

Commit

Permalink
add publishForDisplay call
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Oct 2, 2024
1 parent 2ba8896 commit f13d5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/vttablet/tabletmanager/tm_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func (ts *tmState) ChangeTabletTags(ctx context.Context, tabletTags map[string]s

ts.tablet.Tags = tabletTags
ts.publishStateLocked(ctx)
ts.publishForDisplay()
setTabletTagsStats(tabletTags)
}

Expand Down

0 comments on commit f13d5ef

Please sign in to comment.