You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kukushkin (JIRA)" <ji...@apache.org> on 2017/11/13 15:05:00 UTC

[jira] [Created] (IGNITE-6889) ignite.queue() returns null when queue configuration is null

Alexey Kukushkin created IGNITE-6889:
----------------------------------------

             Summary: ignite.queue() returns null when queue configuration is null
                 Key: IGNITE-6889
                 URL: https://issues.apache.org/jira/browse/IGNITE-6889
             Project: Ignite
          Issue Type: Bug
      Security Level: Public (Viewable by anyone)
    Affects Versions: 2.3, 2.2
            Reporter: Alexey Kukushkin


ignite.queue() returns null when queue configuration is null.

Reproducer: assertTrue(ignite.queue("a_queue", 1000, null) != null)

We should either allow specifying null as a queue configuration (meaning default configuration) or raise an IllegalArgumentException if collection configuration is null



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)