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

Geyser: incorrectly ordered slot status notifications #35488

Closed
jeff-delonge opened this issue Apr 3, 2024 · 1 comment
Closed

Geyser: incorrectly ordered slot status notifications #35488

jeff-delonge opened this issue Apr 3, 2024 · 1 comment
Labels
community Community contribution

Comments

@jeff-delonge
Copy link

Problem

Occasionally, for a given slot, my Geyser plugin receives an update_slot_status notification for Confirmed before receiving update_slot_status for Processed. This makes it difficult to track the current Confirmed state of the ledger in the Geyser plugin.

My understanding is that expected order of events for slot N is as follows (please correct me if I'm wrong):

  1. All update_account notifications for slot N
  2. update_slot_status: Processed
  3. update_slot_status: Confirmed

Using v1.17.24.

Proposed Solution

Plugin developers can reorder the notifications when this happens, but this adds additional complexity to the plugin.

@jeff-delonge jeff-delonge added the community Community contribution label Apr 3, 2024
Copy link
Contributor

github-actions bot commented Apr 3, 2024

This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave

@github-actions github-actions bot closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

No branches or pull requests

1 participant