Igniteres,

Seems that the documentation contains a wrong example on how it's possible to drain a collocated queue [1].

According to it, this can be easily done by sending a closure on a node that holds it

// Drain queue on the node where the queue is cached.
ignite.compute().affinityRun("cacheName","queueName",queuePoller);


However, in my understanding this is incorrect information cause such an approach won't work.

Can anybody comment on this? Do we have any ticket that will allow to add an ability for draining of collocated queues?

[1] https://apacheignite.readme.io/docs/queue-and-set#bounded-queues

--
Denis

Reply via email to