Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants