ClusterNode.consistentId is consistent globally unique node ID and should be the same after node restart. Node consistent id is a string that contains node's addresses and port discovery number by default. After restarting node default consistentId could change. I think that IgniteConfiguration should have possibility to configurate constant node's consistentId.
On Tue, Jul 7, 2015 at 1:31 PM, Dmitriy Setrakyan <[email protected]> wrote: > Ira, > > Can you please describe what a consistent ID is? > > D. > > On Tue, Jul 7, 2015 at 3:27 AM, Ira Vasilinets <[email protected]> > wrote: > > > Hi! > > > > I looked throught IgniteConfiguration methods and noticed that we do not > > have posibility to configure node consistentId. I think > IgniteConfiguration > > should have methods setConsistentId and getConsistentId. > > > > Thoughts? > > > > Kind Regards, > > Ira. > > >
