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

Add serialization support for InterruptedException #12981

Merged
merged 1 commit into from Aug 19, 2015

Conversation

s1monw
Copy link
Contributor

@s1monw s1monw commented Aug 19, 2015

it's an important exception to serialize and we see it often in tests
etc. but then it's wrapped in NotSerializableExceptionWrapper which is
odd. This commit adds native support for this exception.

it's an important exception to serialize and we see it often in tests
etc. but then it's wrapped in NotSerializableExceptionWrapper which is
odd. This commit adds native support for this exception.
@bleskes
Copy link
Contributor

bleskes commented Aug 19, 2015

LGTM

s1monw added a commit that referenced this pull request Aug 19, 2015
Add serialization support for InterruptedException
@s1monw s1monw merged commit ddd6be1 into elastic:master Aug 19, 2015
s1monw added a commit that referenced this pull request Aug 19, 2015
Add serialization support for InterruptedException
@lcawl lcawl added :Core/Infra/Core Core issues without another label and removed :Exceptions labels Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >enhancement v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants