You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2017/08/04 17:55:00 UTC

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

Valentin Kulichenko created IGNITE-5947:
-------------------------------------------

             Summary: 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
            Priority: Critical
             Fix For: 2.2


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)