You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stepachev Maksim (Jira)" <ji...@apache.org> on 2019/08/29 14:39:00 UTC

[jira] [Updated] (IGNITE-12123) Cache throws npe at {null, null, null} array key.

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

Stepachev Maksim updated IGNITE-12123:
--------------------------------------
    Description: 
When we put null-key to ignite cache we get NPE with the problem description
"java.lang.NullPointerException: Ouch! Argument cannot be null: key"

But when we put "new String[]

{"c", *null*, "a"}

> Cache throws npe at {null, null, null} array key.
> -------------------------------------------------
>
>                 Key: IGNITE-12123
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12123
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.8
>            Reporter: Stepachev Maksim
>            Assignee: Stepachev Maksim
>            Priority: Major
>             Fix For: 2.8
>
>
> When we put null-key to ignite cache we get NPE with the problem description
> "java.lang.NullPointerException: Ouch! Argument cannot be null: key"
> But when we put "new String[]
> {"c", *null*, "a"}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)