Problem has been resolved. The cache had already been initialized by the other thread. But in that thread, CacheConfiguration did not call setAtomicityMode(CacheAtomicityMode.TRANSACTIONAL); So the current thread use the initialized cache, although it calls setAtomicityMode.It seems not work.
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
