Thanks.  
We tried it outside the transaction when the ignite instance restarted with
EventType.EVT_CLIENT_NODE_RECONNECTED.  However, it is hang at
igniteInstance.atomicLong(....).
    // when the ignite instance restarted, it hangs here
    userSeq = igniteInstance.atomicLong("userSeq", maxId, true);
    userSeq.getAndSet(maxId);

We know that the sequence was removed, does the client keep the reference to
the old Ignite server?  How do we clear this reference and reset?  Or we did
it incorrectly. 

Thanks,
Xinmin




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

Reply via email to