gridgain using yardstick on using tcpdiscoveryspi on aws ec2 instances launched vpc cant form cluster. setting should looking @ ? thanks
my xml config
<property name="discoveryspi"> <bean class="org.apache.ignite.spi.discovery.tcp.tcpdiscoveryspi"> <property name="ipfinder"> <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.tcpdiscoveryvmipfinder"> <property name="addresses"> <list> <value>10.0.0.245</value><value>10.0.0.246</value><value>10.0.0.247</value><value>10.0.0.35</value> </list> </property> </bean> </property> </bean> </property>
some important log lines
ver. 1.0.0#20150329-sha1:5fc2cd05
info: os user: ec2-user
info: ignite_home=/home/ec2-user/yardstick-ignite
info: non-loopback local ips: 10.0.0.245
info: enabled local macs: 0a5aeffff957
info: bound tcp port [port=47100, lochost=/127.0.0.1]
info: bound tcp port [port=47500, localhost=/127.0.0.1]
warning: failed connect address ip finder (make sure ip finder addresses correct , firewalls disabled on host machines): [/10.0.0.246:47500, /10.0.0.245:47500, /10.0.0.247:475 00, /10.0.0.35:47500] jul 13, 2015 7:41:09 pm org.apache.ignite.logger.java.javalogger warning warning: failed connect address ip finder (make sure ip finder addresses correct , firewalls disabled on host machines): [/10.0.0.247:47500, /10.0.0.245:47500, /10.0.0.35:4750 0, /10.0.0.246:47500]
i running in aws vpc using default security group
where have opened ports 47000 - 48500 tcp
my default security group not configured correctly
and
i did
remove configuration property.
<property name="localhost" value="127.0.0.1"/> as answer says
Comments
Post a Comment