Hazelcast: Multiple Hazelcast Nodes are created in response to a single newHazelcastInstance call -


i have small hazelcast cluster under medium sized , constant load. when scale cluster adding new server interesting , unexplained result. part of creation of new server call hazelcast.newhazelcastinstance(hzconfig);. call creates single hazelcast node in cluster (as verified using management console). in of test cases, call creating many hazelcast nodes in cluster (testing has shown many 7 new nodes being created). has else seen behavior? there way control this? why happening? can number of nodes spawned predicted?

does logging of members members show different result, because see there truth.

it there bug in management center.

so can post logging of members?

it should this:

members [2] {     member [192.168.1.104]:5701     member [192.168.1.104]:5702 } 

Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -