Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-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 0437E17F97 for ; Thu, 26 Mar 2015 18:28:36 +0000 (UTC) Received: (qmail 10854 invoked by uid 500); 26 Mar 2015 18:28:36 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 10829 invoked by uid 500); 26 Mar 2015 18:28:35 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 10790 invoked by uid 99); 26 Mar 2015 18:28:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2015 18:28:35 +0000 X-ASF-Spam-Status: No, hits=-1999.0 required=5.0 tests=ALL_TRUSTED,HK_RANDOM_FROM,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; Thu, 26 Mar 2015 18:28:34 +0000 Received: (qmail 9924 invoked by uid 99); 26 Mar 2015 18:28:14 -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; Thu, 26 Mar 2015 18:28:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 74908E2F2E; Thu, 26 Mar 2015 18:28:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: grkvlt@apache.org To: commits@brooklyn.incubator.apache.org Date: Thu, 26 Mar 2015 18:28:19 -0000 Message-Id: <01d3dfdee10d468db56efabe87458814@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [6/6] incubator-brooklyn git commit: This closes #575 X-Virus-Checked: Checked by ClamAV on apache.org This closes #575 * github/pr/575: Mark removed node as down Add fields for main URI sensor to Riak entities Fix missing sensor and always remove node after leaving Fix issue when Riak nodes do not leave cluster Add URI enricher for Riak cluster Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/584edcb5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/584edcb5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/584edcb5 Branch: refs/heads/master Commit: 584edcb5c2780812c5893f80b7b2e33a27718561 Parents: b5404f5 524a74e Author: Andrew Kennedy Authored: Thu Mar 26 18:28:11 2015 +0000 Committer: Andrew Kennedy Committed: Thu Mar 26 18:28:11 2015 +0000 ---------------------------------------------------------------------- .../brooklyn/entity/nosql/riak/RiakCluster.java | 5 ++ .../entity/nosql/riak/RiakClusterImpl.java | 21 ++++++++- .../brooklyn/entity/nosql/riak/RiakNode.java | 29 ++++++------ .../entity/nosql/riak/RiakNodeDriver.java | 4 +- .../entity/nosql/riak/RiakNodeImpl.java | 13 ++++-- .../entity/nosql/riak/RiakNodeSshDriver.java | 49 +++++++++++++------- 6 files changed, 81 insertions(+), 40 deletions(-) ----------------------------------------------------------------------