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

Reply via email to