sravs
sravs

Reputation: 57

Error: java.io.EOFException: Remote socket closed

Can anyone help me with following error.When it will happen.What is the effect.I don't have knowledge on hazelcast. remoteEndpoint=Address, Error: java.io.EOFException: Remote socket closed. Thanks.

Upvotes: 1

Views: 3578

Answers (1)

A.K.Desai
A.K.Desai

Reputation: 1294

That's a warning message that gets logged whenever a client loses the connection to the cluster for various reasons(client shutdown/network issue/firewall etc.)

Upvotes: 2

Related Questions