Hi All, What is the consequence of data rebalancing across nodes as far as IgniteAtomicSequence and the reserve on each node is concerned? For example, if the last sequence number is 6000 in one node and the record moves to a node whose last sequence number is 1000? Do the reserves on both nodes get recalculated?
Are there best practices for generating and using these sequences? Is IgniteAtomicSequence the right approach if I want to keep track of the records on each node for a partitioned cache? thanks.
