Dmitry Karachentsev created IGNITE-5840:
-------------------------------------------
Summary: IgniteUuid could not be used as a cache key
Key: IGNITE-5840
URL:
https://issues.apache.org/jira/browse/IGNITE-5840 Project: Ignite
Issue Type: Bug
Reporter: Dmitry Karachentsev
Following test fails in 2.0+
{code:java}
IgniteUuid id = IgniteUuid.randomUuid();
cache.put(id, "1");
assertNotNull(cache.get(id));
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)