Hi,

We have deployed apache ignite fabric 2.3

We get the below error when trying to run on more than 1 node.

 GridTimeoutProcessor: Timeout has occurred: CancelableTask
[id=970ee7b2061-c1565aa4-510c-4046-9ebb-46efd861b4df,
endTime=1512558510454, period=5000, cancel=false,
task=org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager$BackupCleaner@2c898c3e
]



Code is running fine on one node when ever new node joins it is gives above
error. We are using the below properties for making the cluster. Any
pointers or help will be much appreciated.



        <property name="discoverySpi">

            <bean
class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">

                <property name="socketTimeout" value="600000"/>

                <property name="networkTimeout" value="600000"/>

                                <property name="joinTimeout" value="600000"
/>

                                <property name="ackTimeout" value="50000" />

                                <property name="statisticsPrintFrequency"
value="20000" />



                <property name="ipFinder">

                                <bean
class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">

                       <property name="addresses">

                            <list>

                <value>localIP:47500..47509</value>



                <value>remoteIP:47500..47509</value>

                            </list>

                        </property>

                    </bean>

                </property>

            </bean>

        </property>

Reply via email to