From dev-return-30037-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Jan 15 11:02:31 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id BFBDB180657 for ; Mon, 15 Jan 2018 11:02:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AF525160C31; Mon, 15 Jan 2018 10:02:31 +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 28705160C25 for ; Mon, 15 Jan 2018 11:02:31 +0100 (CET) Received: (qmail 52520 invoked by uid 500); 15 Jan 2018 10:02:30 -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 52509 invoked by uid 99); 15 Jan 2018 10:02:30 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2018 10:02:30 +0000 Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 5A93C1A02CF for ; Mon, 15 Jan 2018 10:02:27 +0000 (UTC) Received: by mail-lf0-f46.google.com with SMTP id h92so2268323lfi.7 for ; Mon, 15 Jan 2018 02:02:27 -0800 (PST) X-Gm-Message-State: AKwxytc3LJW6D7TtVUGWqAzFzjXYT65zS7PMxlJPPm+7pAEOQYhiXocl ecpyco3mbK0AY7TuUHdd9+Yjird1k3vjZddUy3SHmg== X-Google-Smtp-Source: ACJfBounU8H7aTY3mOFmIq9EOaiDUb04hIgjFhnhaN0Ux8Qouv96Le2oY4gysTolZ7sLAEPUaRgBnDptCuEzseegtYg= X-Received: by 10.25.18.208 with SMTP id 77mr6582589lfs.63.1516010542679; Mon, 15 Jan 2018 02:02:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.124.14 with HTTP; Mon, 15 Jan 2018 02:02:21 -0800 (PST) In-Reply-To: References: From: Yakov Zhdanov Date: Mon, 15 Jan 2018 13:02:21 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Irrelevant data in discovery messages To: dev@ignite.apache.org Cc: Denis Mekhanikov Content-Type: multipart/alternative; boundary="001a114082e4df61930562cdb55a" --001a114082e4df61930562cdb55a Content-Type: text/plain; charset="UTF-8" Guys, this config property allows to filter out system/env properties - org.apache.ignite.configuration.IgniteConfiguration#getIncludeProperties By default this returns null which is "include everything". Pass empty array to filter all or non-empty for filtering. --Yakov --001a114082e4df61930562cdb55a--