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

SerializationException propagated to client when response unserializable #13777

Conversation

sancar
Copy link
Contributor

@sancar sancar commented Sep 17, 2018

When an unserializableResponse is trying to be send to client as response
from executor service tasks, the exception was logged on the server side,
and there was no response returned back to the client.

This pr, removes the logging in such case and sends related expcetion,
(HazelcastSerializationException) to the client.

Similar behaviour is also tested for the core side and verified it
already works as expected.

fixes #13639

(cherry picked from commit 8fbdc58)

@sancar sancar added this to the 3.10.6 milestone Sep 17, 2018
@sancar sancar self-assigned this Sep 17, 2018
@sancar sancar force-pushed the fix/unserializableResponseToClient/maint3.x branch 2 times, most recently from 8db66a5 to 6974725 Compare September 17, 2018 12:20
When an unserializableResponse is trying to be send to client as response
from executor service tasks, the exception was logged on the server side,
and there was no response returned back to the client.

This pr, removes the logging in such case and sends related expcetion,
(HazelcastSerializationException) to the client.

Similar behaviour is also tested for the core side and verified it
already works as expected.

fixes hazelcast#13639

(cherry picked from commit 8fbdc58)
@sancar sancar force-pushed the fix/unserializableResponseToClient/maint3.x branch from 6974725 to 53cebdb Compare September 17, 2018 12:26
@sancar sancar merged commit dfe928b into hazelcast:maintenance-3.x Sep 17, 2018
@sancar sancar deleted the fix/unserializableResponseToClient/maint3.x branch September 17, 2018 13:22
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Apr 13, 2020
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.

None yet

2 participants