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

Backport: Granular slot updates v2.0 (#52) #58

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

ebin-mathews
Copy link
Contributor

Add implementation for on_entry to get more granular slot updates

Add implementation for on_entry to get more granular slot updates
@ebin-mathews ebin-mathews changed the title Granular slot updates (#52) Backport: Granular slot updates (#52) Nov 9, 2024
@ebin-mathews ebin-mathews changed the title Backport: Granular slot updates (#52) Backport: Granular slot updates v2.0 (#52) Nov 9, 2024
fn notify_entry(&self, entry: ReplicaEntryInfoVersions) -> PluginResult<()> {
let data = self.data.as_ref().expect("plugin must be initialized");

if data.ignore_startup_updates && !data.is_startup_completed.load(Ordering::Relaxed) {
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this

@ebin-mathews ebin-mathews merged commit 84dce0e into v2.0 Nov 14, 2024
4 checks passed
@ebin-mathews ebin-mathews deleted the granular-slot-updates-v2.0 branch November 14, 2024 22:43
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.

2 participants