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

2.: Fix flatMapX over-cancellation in case of an inner error #4686

Merged
merged 1 commit into from
Oct 10, 2016

Conversation

akarnokd
Copy link
Member

A non-delayed error set the cancellation flag and thus any subsequent drain would just quit instead of delivering the error.

(And while I'm at it, I'll try to figure out a way to not get killed by OOMKiller).

Reported in #4684.

@akarnokd akarnokd added the Bug label Oct 10, 2016
@akarnokd akarnokd added this to the 2.0 RC5 milestone Oct 10, 2016
@codecov-io
Copy link

codecov-io commented Oct 10, 2016

Current coverage is 82.04% (diff: 100%)

No coverage report found for 2.x at 5209ba3.

Powered by Codecov. Last update 5209ba3...b6490ea

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.

3 participants