Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4050F200BE2 for ; Thu, 15 Dec 2016 20:46:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3EF83160B13; Thu, 15 Dec 2016 19:46:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6C152160B15 for ; Thu, 15 Dec 2016 20:45:59 +0100 (CET) Received: (qmail 2615 invoked by uid 500); 15 Dec 2016 19:45:58 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 2549 invoked by uid 99); 15 Dec 2016 19:45:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2016 19:45:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6DE0D2C03DF for ; Thu, 15 Dec 2016 19:45:58 +0000 (UTC) Date: Thu, 15 Dec 2016 19:45:58 +0000 (UTC) From: "Valentin Kulichenko (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-4439) Create attribute based node filter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Dec 2016 19:46:00 -0000 Valentin Kulichenko created IGNITE-4439: ------------------------------------------- Summary: Create attribute based node filter Key: IGNITE-4439 URL: https://issues.apache.org/jira/browse/IGNITE-4439 Project: Ignite Issue Type: Improvement Components: general Affects Versions: 1.8 Reporter: Valentin Kulichenko Assignee: Valentin Kulichenko Fix For: 1.9 We have a {{CacheConfiguration.nodeFilter}} configuration property which takes a predicate that defines on which nodes cache is deployed. Therefore using it implies creating a new class and deploying it on all nodes. However, in vast majority of cases users filter out nodes based on custom attributes, so it can be useful to provide such implementation out of the box. -- This message was sent by Atlassian JIRA (v6.3.4#6332)