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 fine-grained blocking queries for Catalog.NodeServices #29

Merged
merged 2 commits into from
Feb 22, 2022

Conversation

wjordan
Copy link
Collaborator

@wjordan wjordan commented Feb 18, 2022

Add per-node entries to the index table to track the latest raft index for an individual node and its services.
Prevents blocking queries from returning immediately when the specific node hasn't been updated.

Add per-node entries to the index table to track the
latest raft index for an individual node and its services.
Prevents blocking queries from returning immediately
when the specific node hasn't been updated.
Test change reflects the desired behavior,
the index returned by the NodeServices query should match
the requested node's latest service update.
@wjordan wjordan merged commit 78aeb8c into fly Feb 22, 2022
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.

1 participant