Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CB9817893 for ; Wed, 29 Apr 2015 15:36:54 +0000 (UTC) Received: (qmail 70247 invoked by uid 500); 29 Apr 2015 15:36:54 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 70172 invoked by uid 500); 29 Apr 2015 15:36:54 -0000 Mailing-List: contact commits-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 commits@ignite.incubator.apache.org Received: (qmail 70147 invoked by uid 99); 29 Apr 2015 15:36:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 15:36:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 15:36:45 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 4A6C143E68 for ; Wed, 29 Apr 2015 15:35:59 +0000 (UTC) Received: (qmail 65980 invoked by uid 99); 29 Apr 2015 15:34:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 15:34:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A84D0E03C7; Wed, 29 Apr 2015 15:34:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 29 Apr 2015 15:35:07 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [25/50] incubator-ignite git commit: Merge branches 'ignite-sprint-4' and 'ignite-sprint-4-pull-1' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-sprint-4-pull-1 X-Virus-Checked: Checked by ClamAV on apache.org Merge branches 'ignite-sprint-4' and 'ignite-sprint-4-pull-1' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-sprint-4-pull-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c7ea55cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c7ea55cf Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c7ea55cf Branch: refs/heads/ignite-695 Commit: c7ea55cf11e46c670adea8aa9d6031e187f66105 Parents: 452c6ef 51dc6aa Author: Yakov Zhdanov Authored: Tue Apr 28 13:07:01 2015 +0300 Committer: Yakov Zhdanov Committed: Tue Apr 28 13:07:01 2015 +0300 ---------------------------------------------------------------------- .../ignite/internal/visor/cache/VisorCache.java | 92 +++++++++++--------- .../visor/node/VisorBasicConfiguration.java | 11 +++ .../visor/node/VisorNodeDataCollectorJob.java | 2 +- .../internal/GridDiscoveryEventSelfTest.java | 30 ++++--- .../spi/discovery/tcp/TcpDiscoverySelfTest.java | 5 +- .../config/VisorConfigurationCommand.scala | 1 + .../scala/org/apache/ignite/visor/visor.scala | 11 +++ pom.xml | 5 +- 8 files changed, 101 insertions(+), 56 deletions(-) ----------------------------------------------------------------------