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

Commits on Sep 17, 2018

  1. SerializationException propagated to client when response unserializable

    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 committed Sep 17, 2018
    Copy the full SHA
    53cebdb View commit details
    Browse the repository at this point in the history