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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)