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

Allow non-leaders to process apply effects #365

Merged
merged 2 commits into from
Apr 3, 2023
Merged

Conversation

kjnilsson
Copy link
Contributor

An apply effect emitted by e.g. an aux handler against a follower would be dropped which isn't ideal. This commit changes it to handle apply effects in any state and delegating the handling of these commands to the ra code. (i.e. reject or divert).

An apply effect emitted by e.g. an aux handler against a follower
would be dropped which isn't ideal. This commit changes it to
handle apply effects in any state and delegating the handling of
these commands to the ra code. (i.e. reject or divert).
@kjnilsson kjnilsson requested a review from acogoluegnes April 3, 2023 12:10
@acogoluegnes acogoluegnes merged commit 5678e09 into main Apr 3, 2023
@acogoluegnes acogoluegnes deleted the apply-effect-fix branch April 3, 2023 13:23
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