You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Sergey Dorozhkin <st...@gmail.com> on 2018/06/26 17:18:57 UTC

Automatic cluster activation from code

Hello Igniters,

I planing to start work on IGNITE-5427 and I little confused.
The Baseline Topology documentation (
https://apacheignite.readme.io/docs/baseline-topology#section-setting-the-topology-from-code)
says that method IgniteCluster.setBaseLineTopogy() should automatically
activate the cluster, but in fact cluster shoud be already activated.
IgniteClusterImpl#validateBeforeBaselineChange checks it.

Is it a problem with the documentation or code bug? Or maybe I'm missing
something?

-- 
*Best regards, Sergey.*

Re: Automatic cluster activation from code

Posted by Sergey Dorozhkin <st...@gmail.com>.
Igniters,

I think I found answer to my questions in another email thread - "Erroneous
Baseline Topology documentation".

Thanks!

вт, 26 июн. 2018 г. в 20:18, Sergey Dorozhkin <st...@gmail.com>:

> Hello Igniters,
>
> I planing to start work on IGNITE-5427 and I little confused.
> The Baseline Topology documentation (
> https://apacheignite.readme.io/docs/baseline-topology#section-setting-the-topology-from-code)
> says that method IgniteCluster.setBaseLineTopogy() should automatically
> activate the cluster, but in fact cluster shoud be already activated.
> IgniteClusterImpl#validateBeforeBaselineChange checks it.
>
> Is it a problem with the documentation or code bug? Or maybe I'm missing
> something?
>
> --
> *Best regards, Sergey.*
>


-- 
*Best regards, Sergey.*