Skip to content

CompositeException stops mutating nested Exceptions#1388

Merged
benjchristensen merged 3 commits intoReactiveX:masterfrom
mattrjacobs:eliminate-circular-exception-creation
Jun 25, 2014
Merged

CompositeException stops mutating nested Exceptions#1388
benjchristensen merged 3 commits intoReactiveX:masterfrom
mattrjacobs:eliminate-circular-exception-creation

Conversation

@mattrjacobs
Copy link
Contributor

Instead, it aggregates them at print-time. Since nothing is being mutated, there's no chance of accidentally creating a cycle in the Exception chain. We ran into this in production very intermittently and had to add handling any time we were touching the Exception chain.

…cks, but instead

aggregates them at print-time.

Since nothing is being mutated, there's no chance of accidentally creating a cycle in the Exception chain.
@cloudbees-pull-request-builder

RxJava-pull-requests #1329 FAILURE
Looks like there's a problem with this pull request

@cloudbees-pull-request-builder

RxJava-pull-requests #1330 SUCCESS
This pull request looks good

benjchristensen added a commit that referenced this pull request Jun 25, 2014
…n-creation

CompositeException stops mutating nested Exceptions
@benjchristensen benjchristensen merged commit b40e89f into ReactiveX:master Jun 25, 2014
Copy link
Contributor

Choose a reason for hiding this comment

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

The assertion is commented out. Does this actually test anything?

@mattrjacobs mattrjacobs deleted the eliminate-circular-exception-creation branch January 8, 2015 06:11
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.

4 participants