You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "C Saternos (JIRA)" <ji...@apache.org> on 2016/11/03 19:13:58 UTC

[jira] [Created] (IGNITE-4176) IgniteQueue not functioning as expected after remove().

C Saternos created IGNITE-4176:
----------------------------------

             Summary: IgniteQueue not functioning as expected after remove().
                 Key: IGNITE-4176
                 URL: https://issues.apache.org/jira/browse/IGNITE-4176
             Project: Ignite
          Issue Type: Bug
          Components: data structures
    Affects Versions: 1.7
            Reporter: C Saternos


After removing an item from an IgniteQueue, the next item on the queue can be viewed using peek().  However, poll() or take() does not retrieve the item.  When iterating through the remaining items in the queue, it appears that 1/2 of them are missing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)