Ray,

As I see from following logs:
18/07/13 01:33:18 WARN cache.GridCachePartitionExchangeManager: >>>
GridDhtPartitionsExchangeFuture [topVer=AffinityTopologyVersion
[topVer=25309, minorTopVer=0], evt=NODE_JOINED, evtNode=TcpDiscoveryNode
[id=0caad476-3652-453f-8fc8-e8880c12eea9, addrs=[10.252.218.225,
127.0.0.1], sockAddrs=[/127.0.0.1:49501,
rpbt1ign003.webex.com/10.252.218.225:49501], discPort=49501, order=25309,
intOrder=12657, lastExchangeTime=1531445583607, loc=false,
ver=2.4.0#20180305-sha1:aa342270, isClient=false], done=false]

A new node from 10.252.218.225 was joined to the cluster with discovery
port  49501.
It means that port 49500 was busy and 49501 was chosen according
to TcpDiscoverySpi#locPortRange parameter. But this port isn't included in
TcpDiscoveryVmIpFinder#addresses.
Please check that you start only one node on host or/and configure
locPortRange and addresses parameters.

Thanks,
Pavel




2018-07-16 6:37 GMT+03:00 Ray <[email protected]>:

> Hi Pavel,
>
> I started Ignite using this command.
> /usr/bin/java -Xmx128g -Xms128g -XX:+UseG1GC -XX:+PrintAdaptiveSizePolicy
> -XX:+ScavengeBeforeFullGC -XX:+DisableExplicitGC -XX:+AlwaysPreTouch
> -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps
> -Xloggc:/spare/ignite/log/ignitegc-2018_07_14-02_38.log
> -DIGNITE_QUIET=true
> -DIGNITE_SUCCESS_FILE=/spare/ignite/work/ignite_success_
> c6a52b2c-db0d-4eb7-a0e6-64df5ec615c4
> -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=18999
> -Dcom.sun.management.jmxremote.authenticate=false
> -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=node1
> -DIGNITE_HOME=/opt/apache-ignite
> -DIGNITE_PROG_NAME=/opt/apache-ignite/bin/ignite.sh -cp
> /opt/apache-ignite/libs/*:/opt/apache-ignite/libs/ignite-
> indexing/*:/opt/apache-ignite/libs/ignite-log4j2/*:/opt/
> apache-ignite/libs/ignite-rest-http/*:/opt/apache-
> ignite/libs/ignite-spring/*:/opt/apache-ignite/libs/licenses/*
> org.apache.ignite.startup.cmdline.CommandLineStartup
> /opt/apache-ignite/config/persistent-config.xml
>
> And I use Spark dataframe API to ingest data into Ignite.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>



-- 

Regards

Pavel Vinokurov

Reply via email to