Hi, Most likely you get a deadlock in case same keys are updated in parallel putAll operations, but the order of these keys in the provided map is different. I would recommend to try using TreeMap instead of HashMap for 'keysValues'. It guarantees consistent ordering and should fix your issue.
Let us know if it helps. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/putAll-stoping-at-600-entries-tp817p821.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
