Re: Erroneous Baseline Topology documentation

2018-07-09 Thread Ivan Rakov
Prachi, thanks! Documentation looks good now. Best Regards, Ivan Rakov On 09.07.2018 22:06, Prachi Garg wrote: Ivan, I have fixed the documentation for baseline topology. Please review - https://apacheignite.readme.io/v2.5/docs/baseline-topology#section-cluster-activation -P On Thu, Jul

Re: Erroneous Baseline Topology documentation

2018-07-09 Thread Prachi Garg
Ivan, I have fixed the documentation for baseline topology. Please review - https://apacheignite.readme.io/v2.5/docs/baseline-topology#section-cluster-activation -P On Thu, Jul 5, 2018 at 11:55 AM, Prachi Garg wrote: > Thanks Ivan. I will fix the doc accordingly. > > On Thu, Jul 5, 2018 at

Re: Erroneous Baseline Topology documentation

2018-07-05 Thread Ivan Rakov
I guess just activating the cluster would add all the existing nodes to the baseline topology? Exactly. Persistent cluster can't exist in active state without baseline topology. First activation will establish BLT from current set of server nodes. Best Regards, Ivan Rakov On 04.07.2018 1:55,

Re: Erroneous Baseline Topology documentation

2018-07-03 Thread Prachi Garg
Hi Ivan, I have fixed and rephrased the section - https://apacheignite.readme.io/v2.5/docs/baseline-topology#section-cluster-activation However, I have a question regarding setting the baseline topology when activating the cluster for the first time. In the web console, when we activate the

Re: Erroneous Baseline Topology documentation

2018-07-03 Thread Ivan Rakov
I've tried to execute exactly the same code, it resulted with class org.apache.ignite.IgniteException: Changing BaselineTopology on inactive cluster is not allowed. Basically, the code snippet is in "Setting the Topology From Code" section, so we can make it correct by just removing

Re: Erroneous Baseline Topology documentation

2018-07-03 Thread Denis Magda
Prachi, I do remember that that code, Ivan is referring to, worked fine for you. Please double check. Probably you need to add "ignite.cluster.activate()" to the code snippet. -- Denis On Tue, Jul 3, 2018 at 12:19 PM Ivan Rakov wrote: > Igniters, > > Seems like we have an inconsistency in our

Erroneous Baseline Topology documentation

2018-07-03 Thread Ivan Rakov
Igniters, Seems like we have an inconsistency in our Baseline Topology documentation: https://apacheignite.readme.io/docs/baseline-topology#section-setting-the-topology-from-code Java developers can use the IgniteCluster interface to initialize the very first baseline topology or to adjust