Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B747C8F1 for ; Fri, 11 May 2012 17:09:14 +0000 (UTC) Received: (qmail 53403 invoked by uid 500); 11 May 2012 17:09:14 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 53383 invoked by uid 500); 11 May 2012 17:09:13 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 53374 invoked by uid 99); 11 May 2012 17:09:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 17:09:13 +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.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 17:09:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 877DC491B7D for ; Fri, 11 May 2012 17:08:50 +0000 (UTC) Date: Fri, 11 May 2012 17:08:50 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: <827816215.55187.1336756130571.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <398766070.22504.1333699717756.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (KARAF-1332) cluster:group-pick - parameter is not handled correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-1332?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 resolved KARAF-1332. ----------------------------------------- Resolution: Fixed =20 > cluster:group-pick - parameter is not handled correctly > --------------------------------------------------------------- > > Key: KARAF-1332 > URL: https://issues.apache.org/jira/browse/KARAF-1332 > Project: Karaf > Issue Type: Bug > Components: cellar-core > Affects Versions: cellar-2.2.4 > Environment: Ubuntu 11.04, Karaf-2.2.6-SNAPSHOT from 20120403, Ce= llar-2.2.4-SNAPSHOT from 20120312 > Reporter: Alexey Bespaly > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: cellar-3.0.0, cellar-2.2.4 > > > Consider the following samples: > a) > karaf@trun> cluster:group-list=20 > Node Group > * 172.27.210.26:5701 default > 172.27.210.26:5702 group1 > 172.27.210.26:5703 group1 > 172.27.210.26:5704 group1 > karaf@trun> cluster:group-pick group1 default 2 > Node Group > 172.27.210.26:5702 default > 172.27.210.26:5703 default > * 172.27.210.26:5701 default > 172.27.210.26:5704 default > group1 > karaf@trun> > b) > karaf@trun> cluster:group-list > Node Group > 172.27.210.26:5702 default > 172.27.210.26:5703 default > 172.27.210.26:5701 default > * 172.27.210.26:5704 default > group1 > karaf@trun> cluster:group-pick default group1 > Node Group > default > 172.27.210.26:5702 group1 > 172.27.210.26:5703 group1 > 172.27.210.26:5701 group1 > * 172.27.210.26:5704 group1 > karaf@trun> cluster:group-pick group1 default 1 > log4j:ERROR Attempted to append to closed appender named [out]. > log4j:ERROR Attempted to append to closed appender named [out]. > Node Group > 172.27.210.26:5702 default > 172.27.210.26:5703 default > 172.27.210.26:5701 default > * 172.27.210.26:5704 default > group1 > karaf@trun> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira