You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanislav Lukyanov (Jira)" <ji...@apache.org> on 2020/08/04 22:06:00 UTC

[jira] [Updated] (IGNITE-9016) Byte arrays are not working as cache keys

     [ https://issues.apache.org/jira/browse/IGNITE-9016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stanislav Lukyanov updated IGNITE-9016:
---------------------------------------
    Component/s: cache

> Byte arrays are not working as cache keys
> -----------------------------------------
>
>                 Key: IGNITE-9016
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9016
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>            Reporter: Evgenii Zhuravlev
>            Priority: Major
>
> it's not possible to retrieve early inserted data with byte[] key:
> {code:java}
>         IgniteCache<byte[], byte[]> cache = ignite.getOrCreateCache("test");
>         byte[] a = "test".getBytes();
>         cache.put(a, a);
>         cache.get(a); //returns null
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)