You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2020/12/29 08:58:12 UTC

[jira] [Updated] (IGNITE-13396) ignite.queue return null instead of throwing IgniteException as declared in the javadoc

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

Maxim Muzafarov updated IGNITE-13396:
-------------------------------------
    Fix Version/s:     (was: 2.10)

> ignite.queue return null instead of throwing IgniteException as declared in the javadoc
> ---------------------------------------------------------------------------------------
>
>                 Key: IGNITE-13396
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13396
>             Project: Ignite
>          Issue Type: Bug
>          Components: data structures
>    Affects Versions: 2.8.1
>            Reporter: Vladimir Pligin
>            Priority: Major
>
> {code:java}
> Ignite ignite = Ignition.start();
> IgniteQueue queue = ignite.queue("Queue", 0, null);
> ignite.close();
> {code}
> This code returns null. We need to fix it or align the javadoc.
> Here's the initial discussion: [http://apache-ignite-users.70518.x6.nabble.com/Ignite-Queue-Documentation-or-Code-defect-td33703.html] 



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