Hello!

I still have trouble understanding where does your problem lie, in Ignite
terms (as opposed to Yarn or ZooKeeper terms).

Why did your negative scenario fail? What is the difference in procedure
used?

Regards,
-- 
Ilya Kasnacheev


чт, 20 февр. 2020 г. в 08:37, ChandanS <[email protected]>:

> Hi Ilya,
>
> Yes, I start the ignite in client mode and my other applications access
> this
> ignite cluster. I use to start the ignite cluster with 40-executors -and
> 2-cores. Usually, in success scenario my starting ignite and data loading
> finish within 5/6 minutes. The logs are for negative scenario, while my
> jobs
> are running for long time  and I have killed the long running job.
>
> Below config xml I have used for ignite:
>
> <beans xmlns="http://www.springframework.org/schema/beans";
>        xmlns:util="http://www.springframework.org/schema/util";
>        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>        xsi:schemaLocation="http://www.springframework.org/schema/beans
>
> classpath:/org/springframework/beans/factory/xml/spring-beans-4.3.xsd">
>    <bean class="org.apache.ignite.configuration.IgniteConfiguration">
>
>       <property name="igniteInstanceName" value="titan-resourceUP"/>
>       <property name="failureDetectionTimeout" value="10000"/>
>       <property name="clientFailureDetectionTimeout" value="10000"/>
>
>       <property name="communicationSpi">
>          <bean
> class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
>             <property name="localPort" value="45400"/>
>             <property name="localPortRange" value="20"/>
>          </bean>
>       </property>
>
>       <property name="discoverySpi">
>          <bean
> class="org.apache.ignite.spi.discovery.zk.ZookeeperDiscoverySpi">
>             <property name="zkConnectionString"
> value="xxxxx.int.westgroup.com:2181,xxxxx.int.westgroup.com:2181,
> xxxxx.int.westgroup.com:2181"/>
>             <property name="sessionTimeout" value="60000"/>
>             <property name="zkRootPath"
> value="/apacheIgnite-titan-resourceUP"/>
>          </bean>
>       </property>
>
>       <property name="clientConnectorConfiguration">
>          <bean
> class="org.apache.ignite.configuration.ClientConnectorConfiguration">
>             <property name="port" value="15400"/>
>             <property name="portRange" value="10"/>
>          </bean>
>       </property>
>
>       <property name="transactionConfiguration">
>          <bean
> class="org.apache.ignite.configuration.TransactionConfiguration">
>             <property name="txTimeoutOnPartitionMapExchange"
> value="60000"/>
>          </bean>
>       </property>
>    </bean>
> </beans>
>
>
> Thanks,
> Chandan
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to