[
https://issues.apache.org/jira/browse/IGNITE-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Karachentsev updated IGNITE-5840:
----------------------------------------
Affects Version/s: 2.0
> 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
> Components: cache
> Affects Versions: 2.0
> Reporter: Dmitry Karachentsev
>
> Following test fails in 2.0+
> {code:java}
> IgniteUuid id = IgniteUuid.randomUuid();
> cache.put(id, "1");
> assertNotNull(cache.get(id));
> {code}
> Reproducer is in [PR 2346 | https://github.com/apache/ignite/pull/2346]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)