Re: ClusterTopologyServerNotFoundException

2020-04-02 Thread Ilya Kasnacheev
Hello! Do you have a reproducer for this behavior? I have not seen persistent clusters without baseline topology for some time, there may be issues. Regards, -- Ilya Kasnacheev пт, 20 мар. 2020 г. в 18:53, prudhvibiruda : > Hi , > > Please don't be confused. > Our plan is to use more

Re: ClusterTopologyServerNotFoundException

2020-03-20 Thread prudhvibiruda
Hi , Please don't be confused. Our plan is to use more server nodes further. But as of now we have only one server node. Since we are planning for more server nodes we are using CacheMode.Replicated. We don't want our nodes not to start just because other server nodes are not working , that's

Re: ClusterTopologyServerNotFoundException

2020-03-19 Thread Ilya Kasnacheev
Hello! I no longer understand your architecture. First you say you want a replicated highly-available cache, then you say you only have one server node. Can you please elaborate? Regards. -- Ilya Kasnacheev вт, 17 мар. 2020 г. в 10:45, prudhvibiruda : > Hi, > We didn't explicitly define

Re: ClusterTopologyServerNotFoundException

2020-03-17 Thread prudhvibiruda
Hi, We didn't explicitly define baseline topology. Because we don't want any of our nodes (all our nodes should be server nodes) waiting for other nodes. So at present with in our cluster we have only one server node. So you are saying that we should customize this baseline topology? But why is

Re: ClusterTopologyServerNotFoundException

2020-03-16 Thread Ilya Kasnacheev
Hello! Do you have baseline topology? What does it contain? I'm pretty sure Ignite will define baseline topology for persistent cluster, and you will have to adjust it to match your actual nodes. Regards, -- Ilya Kasnacheev пн, 16 мар. 2020 г. в 09:27, prudhvibiruda : > Hi , > Sorry for the

Re: ClusterTopologyServerNotFoundException

2020-03-16 Thread prudhvibiruda
Hi , Sorry for the late reply. Please find these attached screenshots of my ignite configuration and also the error we are getting. We are using spring boot in our project. Our requirement is that : 1.) We need ignite to store data on disk. 2.)When node is down then the other node should continue

Re: ClusterTopologyServerNotFoundException

2020-02-26 Thread Ilya Kasnacheev
Hello! Unfortunately there is not enough information. What is partition mapping of this cache? What is the state of cluster? Regards. -- Ilya Kasnacheev вт, 25 февр. 2020 г. в 11:09, prudhvibiruda : > Hi, > Even I am getting the same exception with cachemode.replicated. > But my requirement

Re: ClusterTopologyServerNotFoundException

2020-02-25 Thread prudhvibiruda
Hi, Even I am getting the same exception with cachemode.replicated. But my requirement is that my ignite node shouldn't wait for other nodes in the cluster. In our case , even when one node is down , the other should be working.So that's why we didn't define the baseline topology. Can you give

Re: ClusterTopologyServerNotFoundException

2018-06-11 Thread dkarachentsev
Hi, Could you please provide a reproducer? I don't get such exception. Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: ClusterTopologyServerNotFoundException

2018-06-11 Thread Stanislav Lukyanov
@ignite.apache.org Subject: Re: ClusterTopologyServerNotFoundException We also getting same exception , updated 2.3 to 2.5 version, and using baseline topology i am trying with one client and server node ,after starting the server and client node no issues.If we stop and start the server node

Re: ClusterTopologyServerNotFoundException

2018-06-11 Thread siva
We also getting same exception , updated 2.3 to 2.5 version, and using baseline topology i am trying with one client and server node ,after starting the server and client node no issues.If we stop and start the server node , getting that exception * class

Re: ClusterTopologyServerNotFoundException

2018-04-05 Thread Pavel Vinokurov
Hi Venkat, Could you setup *constistentId* (IgniteConfiguration#setConsistentId) for 3 server nodes and add these ids to the baseline topology using ignite.cluster().setBaselineTopology(nodes); Please setup the baseline and activate the cluster as described in

Re: ClusterTopologyServerNotFoundException

2018-04-01 Thread kvenkatramtreddy
Hi, Thank you very much. We are receiving this error only when one node was running. Exception is gone as soon other nodes are started and joined the cluster. I have attached the single node where we received the error. exception.log

Re: ClusterTopologyServerNotFoundException

2018-04-01 Thread Evgenii Zhuravlev
Hi, Looks like your cluster is unstable and part of the log you provided isn't enough to find the root cause of this. Could you provide logs from all nodes in the cluster for investigation? Thanks, Evgenii 2018-03-31 7:17 GMT+03:00 kvenkatramtreddy : > Hi, We have

ClusterTopologyServerNotFoundException

2018-03-30 Thread kvenkatramtreddy
Hi,We have setup 3 node cluster on Linux server with 2 core CPU and 8 GB RAM. We have configured Ignite persistence and replicated caches.Please find attached configuration in the email. example-ignite-sample.xml