Skip to content

Commit

Permalink
[TH2-5165] revert logic to skip register load for empty day page inte…
Browse files Browse the repository at this point in the history
…rval
  • Loading branch information
Nikita-Smirnov-Exactpro committed Mar 5, 2024
1 parent 0d29959 commit b88f91e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ private IPageInterval getPageInterval(Instant timestamp) {
Instant start = toInstant(epochDay);
Instant end = start.plus(1, ChronoUnit.DAYS).minus(1, ChronoUnit.NANOS);
Collection<PageInfo> loaded = pagesLoader.load(id, start, end);
METRICS.incLoads(id, cacheName, loaded.size());
if (loaded.isEmpty()) {
return null;
}
Expand Down

0 comments on commit b88f91e

Please sign in to comment.