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

Fix an edge case with join / win history #1364

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

caraitto
Copy link
Collaborator

@caraitto caraitto commented Dec 12, 2024

Due to join / bid history being floored to a multiple of UTC days, there's a possibility that the interest group outlives its history, even if it isn't rejoined. This leads to oddities like interest groups with a join count of 0.

Fix this by letting history live for one more day.


Preview | Diff

Due to join / bid history being floored to a multiple of UTC days,
there's a possibility that the interest group outlives its history, even
if it isn't rejoined. This leads to oddities like interest groups with a
join count of 0.

Fix this by letting history live for one more day.
@caraitto
Copy link
Collaborator Author

@brusshamilton -- for some reason, I can't add you as a reviewer?

@caraitto
Copy link
Collaborator Author

@brusshamilton -- for some reason, I can't add you as a reviewer?

I wonder if it's due to missing some permission on the repository? @JensenPaul -- could you take a look? Thanks :)

@caraitto caraitto requested a review from JensenPaul December 13, 2024 16:58
@qingxinwu qingxinwu added the spec Relates to the spec label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec Relates to the spec
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants