You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by prudhvibiruda <bp...@itron.com> on 2020/02/25 08:09:29 UTC

Re: ClusterTopologyServerNotFoundException

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 any alternate solution for this.
<http://apache-ignite-users.70518.x6.nabble.com/file/t2790/Capture.png> 



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ClusterTopologyServerNotFoundException

Posted by Ilya Kasnacheev <il...@gmail.com>.
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 <bp...@itron.com>:

> 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 why we didn't define baseline topology.
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: ClusterTopologyServerNotFoundException

Posted by prudhvibiruda <bp...@itron.com>.
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 why we didn't define baseline topology.





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ClusterTopologyServerNotFoundException

Posted by Ilya Kasnacheev <il...@gmail.com>.
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 <bp...@itron.com>:

> 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 this error coming when we have only one node in our cluster?
>
> Thanks for the quick reply,
> Prudhvi
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: ClusterTopologyServerNotFoundException

Posted by prudhvibiruda <bp...@itron.com>.
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 this error coming when we have only one node in our cluster?

Thanks for the quick reply,
Prudhvi



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ClusterTopologyServerNotFoundException

Posted by Ilya Kasnacheev <il...@gmail.com>.
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 <bp...@itron.com>:

> 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 doing the
> persistence on to the disk.
> Please help on what are we missing ? Why are we getting that exception ?
> What are your suggestions?
> <http://apache-ignite-users.70518.x6.nabble.com/file/t2790/Capture1.png>
> <http://apache-ignite-users.70518.x6.nabble.com/file/t2790/Capture2.png>
> <http://apache-ignite-users.70518.x6.nabble.com/file/t2790/Capture3.png>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: ClusterTopologyServerNotFoundException

Posted by prudhvibiruda <bp...@itron.com>.
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 doing the
persistence on to the disk.
Please help on what are we missing ? Why are we getting that exception ?
What are your suggestions?
<http://apache-ignite-users.70518.x6.nabble.com/file/t2790/Capture1.png> 
<http://apache-ignite-users.70518.x6.nabble.com/file/t2790/Capture2.png> 
<http://apache-ignite-users.70518.x6.nabble.com/file/t2790/Capture3.png> 



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ClusterTopologyServerNotFoundException

Posted by Ilya Kasnacheev <il...@gmail.com>.
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 <bp...@itron.com>:

> 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 any alternate solution for this.
> <http://apache-ignite-users.70518.x6.nabble.com/file/t2790/Capture.png>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>