Vladimir Pligin created IGNITE-13396: ----------------------------------------
Summary: 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 Fix For: 2.10 {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)