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

eagerly update pool live bytes metric #105

Merged
merged 1 commit into from
Nov 5, 2023
Merged

Conversation

d-netto
Copy link
Member

@d-netto d-netto commented Nov 3, 2023

PR Description

pool_live_bytes was previously lazily updated during the GC, meaning it was only accurate right after a GC.

Make this metric accurate if gathered after a GC has happened.

Checklist

Requirements for merging:

@d-netto d-netto requested a review from kpamnany November 3, 2023 15:15
@github-actions github-actions bot added port-to-v1.10 This change should apply to Julia v1.10 builds port-to-v1.12 This change should apply to Julia v1.12 builds port-to-v1.9 This change should apply to Julia v1.9 builds labels Nov 3, 2023
@kpamnany
Copy link
Collaborator

kpamnany commented Nov 3, 2023

If we can merge the upstream PR and just cherry-pick that commit here, it would leave us a cleaner history.

@d-netto
Copy link
Member Author

d-netto commented Nov 3, 2023

Sounds good.

@d-netto
Copy link
Member Author

d-netto commented Nov 5, 2023

PR has been merged upstream without any changes. Could you approve it?

@d-netto d-netto removed the port-to-v1.12 This change should apply to Julia v1.12 builds label Nov 5, 2023
@d-netto d-netto merged commit d5646c7 into v1.9.2+RAI Nov 5, 2023
@d-netto d-netto deleted the dcn-pool-live-bytes branch November 5, 2023 14:30
@kpamnany kpamnany removed the port-to-v1.10 This change should apply to Julia v1.10 builds label Nov 16, 2023
@Drvi Drvi added port-to-v1.9 This change should apply to Julia v1.9 builds and removed port-to-v1.9 This change should apply to Julia v1.9 builds labels Dec 7, 2023
d-netto added a commit that referenced this pull request Dec 7, 2023
Drvi pushed a commit that referenced this pull request Dec 7, 2023
@Drvi Drvi removed the port-to-v1.9 This change should apply to Julia v1.9 builds label Dec 7, 2023
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.

3 participants