You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/09/27 18:44:00 UTC

[jira] [Updated] (IGNITE-5947) ClassCastException when two-dimensional array is fetched from cache

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

Vladimir Ozerov updated IGNITE-5947:
------------------------------------
    Fix Version/s:     (was: 2.3)

> ClassCastException when two-dimensional array is fetched from cache
> -------------------------------------------------------------------
>
>                 Key: IGNITE-5947
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5947
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.1
>            Reporter: Valentin Kulichenko
>            Assignee: Nikolay Tikhonov
>            Priority: Critical
>         Attachments: TestMain.java
>
>
> When an instance of {{Object[][]}} is put into cache, and then read from there, the following exception is thrown:
> {noformat}
> Exception in thread "main" java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [[Ljava.lang.Object;
> {noformat}
> Reproducer attached.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)