Skip to content

2.x: fix GroupBy MissingBackpressureException due to main/group overflow #3426

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

Closed
wants to merge 1 commit into from

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Oct 9, 2015

The problem with GroupBy is that a request(1) from the main source may
result in a new group, a value for another group or value for the
intended group. The latter two is handled by unicasting but the former
was not properly handled.

@akarnokd akarnokd added the Bug label Oct 9, 2015
@akarnokd akarnokd added this to the 2.0 milestone Oct 9, 2015
@akarnokd akarnokd force-pushed the GroupByOverrequestFix branch from cd75166 to 8b242b7 Compare October 9, 2015 16:44
@akarnokd
Copy link
Member Author

akarnokd commented Oct 9, 2015

I've changed the code a bit to handle another request pattern besides the fix for #3425 .

@akarnokd akarnokd force-pushed the GroupByOverrequestFix branch from 8b242b7 to c4e31f9 Compare October 9, 2015 19:03
@akarnokd
Copy link
Member Author

akarnokd commented Oct 9, 2015

I've also fixed the subscriber of the group becoming visible before the Subscription is set (similar bug as in #3381).

@akarnokd
Copy link
Member Author

akarnokd commented Feb 4, 2016

Closing, will be included in the complete backport PR.

@akarnokd akarnokd closed this Feb 4, 2016
@akarnokd akarnokd deleted the GroupByOverrequestFix branch May 18, 2016 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant