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

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

    [ https://issues.apache.org/jira/browse/IGNITE-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16101504#comment-16101504 ] 

ASF GitHub Bot commented on IGNITE-5840:
----------------------------------------

GitHub user dkarachentsev opened a pull request:

    https://github.com/apache/ignite/pull/2346

    IGNITE-5840 - Reproducer

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-5840

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2346.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2346
    
----
commit 65ea9f8471c957520d87a23bb701703789a20942
Author: dkarachentsev <dk...@gridgain.com>
Date:   2017-07-26T10:21:14Z

    IGNITE-5840 - Reproducer

----


> 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)