Skip to content

Commit

Permalink
fix LastAnyUpdate (ydb-platform#4621)
Browse files Browse the repository at this point in the history
  • Loading branch information
vporyadke authored and MrLolthe1st committed May 28, 2024
1 parent 7f4013d commit 61ce774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/tablet/tablet_metrics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ bool TResourceMetricsSendState::TryUpdate(TResourceMetricsValues& src, const TAc
if (force) {
LastAllUpdate = now;
}
LastAnyUpdate = now;
ctx.Send(Launcher, new TEvLocal::TEvTabletMetrics(TabletId, FollowerId, values));
}
return updated;
Expand Down

0 comments on commit 61ce774

Please sign in to comment.