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

[solana] Handle window length timestamp collision #241

Merged
merged 3 commits into from
Feb 19, 2025

Conversation

nvsriram
Copy link
Collaborator

  • Handle timestamp collision in push_new_window_length function by employing simplified push_checkpoint logic

Function logic:

  • Fetch current_index and latest_timestamp
  • If latest_timestamp == current_timestamp: overwrite (at current_index - 1) with new window_length
  • Else: update next_index, resize if needed, and insert (at current_index) new window_length

Copy link

@mdulin2 mdulin2 left a comment

Choose a reason for hiding this comment

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

Looks the same as the regular checkpointing setup. Good fix.

@djb15 djb15 merged commit 508585e into main Feb 19, 2025
6 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.

3 participants