Re: Message Queue Size

2020-06-03 Thread prudhvibiruda
Hi , We are using 2.8.0 version. And I still get this warning. Can you please explain the significance of this property and what is the advisable value to keep in production. I saw someone keep it to 1024. What is the significance and what happens after 1024. Thanks, Prudhvi -- Sent from:

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-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 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-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