Hi Ilya,

I perform a single test:
 - I run 3 nodes
 - Create an AtomicSequence (Default AtomicConfiguration).
 - getAndIncrement a few times in each node.
     - One uses 0, 1, ...
     - Other node uses 1000, 1001, ...
     - ...
  - Shut down all the nodes.
  - Run all the nodes again.
  - Create the same AtomicSequence again.
  - getAndIncrement a frew times in each node.

At this point, if the defaultDataRegion is configured as persistent the used
values are 3000..3999, 4000..4999, 5000..5999. In it is configured as
non-persistent the values are again 0..999, 1000..1999, 2000..2999.

Regards,



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

Reply via email to