I have two machines in which the JGroups is running. The Problem I am facing is, once a Instances is created in one of the machines, few seconds later I start the other Instances. Both of them initiate separatly(Same Cluster) i.e they don not join the cluster together. After 10 to 15 seconds they both communicate and join together.
This delay is causing problem with my Business in the code... There is also a Warning thrown while startin the Program
WARNING: send buffer of socket java.net.MulticastSocket@5954864a was set to 640KB, but the OS only allocated 135.17KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
Do this has some thing to do with the Issue?