Re: ignite partition mode

2020-08-27 Thread Michael Cherkasov
I'm not sure how you defined that only one node store data, but if so, it means only one node in baseline: https://www.gridgain.com/docs/latest/developers-guide/baseline-topology#baseline-topology add the second node to baseline and it will store data too. чт, 27 авг. 2020 г. в 15:08, Denis Magda

Re: ignite partition mode

2020-08-27 Thread Denis Magda
Explain the steps in detail - Denis On Wed, Aug 26, 2020 at 5:13 AM itsmeravikiran.c wrote: > By using ignite web console > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >

Re: ignite partition mode

2020-08-26 Thread itsmeravikiran.c
By using ignite web console -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ignite partition mode

2020-08-21 Thread Denis Magda
How do you check that the second node doesn't keep any records? What your verification method? - Denis On Tue, Aug 18, 2020 at 3:17 AM itsmeravikiran.c wrote: > Our application running with 2 ignite node,. > But data is available in one node, and not available in the second node. > Our cache c

ignite partition mode

2020-08-18 Thread itsmeravikiran.c
Our application running with 2 ignite node,. But data is available in one node, and not available in the second node. Our cache configuration: Cache mode:partitioned Automatic mode:atomic Write Synchronization mode:full_sync Backups:1 Rebalance delay:1 We have above cache configuration. Could

ignite partition mode

2020-08-18 Thread itsmeravikiran.c
Our application running with 2 ignite node,. But data is available in one node, and not available in the second node. Our cache configuration: Cache mode:partitioned Automatic mode:atomic Write Synchronization mode:full_sync Backups:1 Rebalance delay:1 We have above cache configuration. Could