Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C2A9177AB for ; Mon, 23 Feb 2015 20:42:33 +0000 (UTC) Received: (qmail 47895 invoked by uid 500); 23 Feb 2015 20:42:33 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 47860 invoked by uid 500); 23 Feb 2015 20:42:33 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 47849 invoked by uid 99); 23 Feb 2015 20:42:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2015 20:42:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Feb 2015 20:42:32 +0000 Received: (qmail 47252 invoked by uid 99); 23 Feb 2015 20:42:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2015 20:42:11 +0000 Date: Mon, 23 Feb 2015 20:42:11 +0000 (UTC) From: "Alexey Goncharuk (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-328) IgniteMessaging#remoteListen ignores forOldest() projection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IGNITE-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14333783#comment-14333783 ] Alexey Goncharuk commented on IGNITE-328: ----------------------------------------- This issue also affects events > 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 > Fix For: sprint-3 > > > 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)