Enrico, Classes inside internal package has no compatibility guarantee between releases.
IgniteConfiguration.consistentId can't guarantee correct node identifying. Usage of user-attribute seems to be a correct choice. On Tue, Sep 29, 2015 at 11:07 AM, Enrico Olivelli <[email protected]> wrote: > Hi, > I'm upgrading from 1.3 to 1.4. > > Some notes/questions: > > I implemented my own GridComponent (in order to implement a security > plugin), after the upgrade I had to implement these to new methods > > @Override > public void onDisconnected(IgniteFuture<?> i) throws > IgniteCheckedException { > } > > @Override > public void onReconnected(boolean bln) throws IgniteCheckedException > { > } > > Maybe some other user could have such "compatibity" issue > > I see a new property IgniteConfiguration.consistentId, can I use it to > identify a node in the grid ? in 1.3 I used an user-attribute > > > Thank you > > Enrico > > >
