Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

log ancient stats each time we run #33730

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

jeffwashington
Copy link
Contributor

Problem

ancient append vec packing is now running at a reasonable interval (similar to when clean runs). As a result, we should now log the metrics each time it completes. It is not uncommon for ancient append vec packing to do nothing. In those cases, we still need to log how much time the algorithms spent trying to pack.

Summary of Changes

Log each time ancient append vec packing runs.

Fixes #

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

Merging #33730 (630a52d) into master (5de9163) will increase coverage by 0.0%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##           master   #33730   +/-   ##
=======================================
  Coverage    81.8%    81.8%           
=======================================
  Files         806      806           
  Lines      217862   217860    -2     
=======================================
+ Hits       178242   178245    +3     
+ Misses      39620    39615    -5     

@jeffwashington jeffwashington marked this pull request as ready for review October 17, 2023 21:35
Copy link
Contributor

@HaoranYi HaoranYi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jeffwashington jeffwashington merged commit 56a7485 into solana-labs:master Oct 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants