You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitry Karachentsev (JIRA)" <ji...@apache.org> on 2017/07/26 10:20:00 UTC

[jira] [Created] (IGNITE-5840) IgniteUuid could not be used as a cache key

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)