> how a deadlock is possible if keys are no repeated Deadlock is possible when two putAll operations are executed at the same time on the same keys, but key order is different in the provided map.
> LinkedHashMap is used for putAll operation > but I'm using a c++ std::map Unfortunately, this warning is misleading when a non-Java client is used. Make sure that the order of entries is always the same when doing a putAll operation. If your current test does not perform multiple operations in parallel, this is not an issue. On Wed, Jan 27, 2021 at 6:40 PM jjimeno <[email protected]> wrote: > Hello! Ok... thanks Ilya! > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
