[
https://issues.apache.org/jira/browse/IGNITE-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk updated IGNITE-328:
------------------------------------
Comment: was deleted
(was: GridProjectionSelfTest#testNewNodes fails after the fix.
Also note that explicitly setting filter in the node projection does not work
because projections can be nested, e.g. I can have the following projection:
{code}
ignite.cluster().forAttribute(...).forPredicate(...).youngest();
{code}
Please also add corresponding tests.)
> IgniteMessaging#remoteListen ignores forOldest() projection
> -----------------------------------------------------------
>
> Key: IGNITE-328
> URL: https://issues.apache.org/jira/browse/IGNITE-328
> Project: Ignite
> Issue Type: Bug
> Components: compute
> Affects Versions: sprint-1
> Reporter: Alexey Goncharuk
> Assignee: Andrey Gura
> Fix For: sprint-3
>
> Attachments: ignite-328.patch
>
>
> See {{IgniteMessagingImpl.remoteListen}}
> When projection {{forOldest}} is used for remoteListen, predicate passed to
> continuous processor is {{AlwaysTrue}} which results in registering listener
> on all remote nodes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)