Hazelcast behavior when you force stop a node

Hello,

I don’t find this information anywhere what will happen in this scenario:

  1. Have a cluster with 2 nodes created with Hazelcast Plugin
  2. Have connected clients to both of the nodes
  3. Restart the machine that is hosting one node

Question:
1.What will happen with the sessions from the node that got restarted.

The sessions on the node that stopped will be dropped.

Greg