[
https://issues.apache.org/jira/browse/IGNITE-13396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286487#comment-17286487
]
Atri Sharma commented on IGNITE-13396:
--------------------------------------
Hello,
Looking at the current state, we should probably just update the documentation?
> 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)