Skip to content

Commit

Permalink
KIKIMR-21677 Remove debug assert (not correct on real installation) (y…
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored and uzhastik committed Sep 11, 2024
1 parent e4b1d8b commit af60784
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ydb/core/tx/schemeshard/schemeshard__table_stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ bool TTxStoreTableStats::PersistSingleStats(const TPathId& pathId,

if (lag) {
Self->TabletCounters->Percentile()[COUNTER_NUM_SHARDS_BY_TTL_LAG].DecrementFor(lag->Seconds());
} else {
Y_DEBUG_ABORT_UNLESS(false);
}

const auto now = ctx.Now();
Expand Down

0 comments on commit af60784

Please sign in to comment.