Return-Path: X-Original-To: apmail-helix-user-archive@minotaur.apache.org Delivered-To: apmail-helix-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB951F829 for ; Wed, 8 May 2013 23:25:15 +0000 (UTC) Received: (qmail 40139 invoked by uid 500); 8 May 2013 23:25:15 -0000 Delivered-To: apmail-helix-user-archive@helix.apache.org Received: (qmail 40095 invoked by uid 500); 8 May 2013 23:25:15 -0000 Mailing-List: contact user-help@helix.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@helix.incubator.apache.org Delivered-To: mailing list user@helix.incubator.apache.org Received: (qmail 40083 invoked by uid 99); 8 May 2013 23:25:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 23:25:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vinayakb@gmail.com designates 209.85.210.54 as permitted sender) Received: from [209.85.210.54] (HELO mail-da0-f54.google.com) (209.85.210.54) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 23:25:07 +0000 Received: by mail-da0-f54.google.com with SMTP id u36so1244417dak.27 for ; Wed, 08 May 2013 16:24:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=2Vpb6eW5nbPz4ADPU/9I2PcQQHN0vZkdGnxYSzvO/us=; b=hX/a4gmSHgkwiSHg2z6rjs2NVLnlDpY3AOynmhXL1KPJjLyP64rxcYcn/Ols2QMhdz D1YYyVxGA04OKBgiC0h7w+uFpnbWld269Jz4BAS728aoaZ11BwM9GkjWTLhvY6igdQWy XNXTsaPN9fyxnluXVMHqCLUNMTl+WQm6A0v8Z8XXxckUWjU9j3DuoRm5ujdKawUXivDg rulroaBUXLEe9zQfJK1IVTALgmPRJ5Y+qmYBr9onf89iaKf8tAvgV9jly6WlDbgT+HDx Z/Lj8uykZR05eCHElKP0PHkMaK7m7x3EKElOWfIl9nfsIBZJlzAHCNZOdeytIHGL37sw 853g== X-Received: by 10.68.172.97 with SMTP id bb1mr9574220pbc.198.1368055486438; Wed, 08 May 2013 16:24:46 -0700 (PDT) Received: from netbook.local (c-76-103-130-241.hsd1.ca.comcast.net. [76.103.130.241]) by mx.google.com with ESMTPSA id vv6sm1012135pab.6.2013.05.08.16.24.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 May 2013 16:24:45 -0700 (PDT) Message-ID: <518ADEBB.2070807@gmail.com> Date: Wed, 08 May 2013 16:24:43 -0700 From: Vinayak Borkar User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: user@helix.incubator.apache.org Subject: Re: Dropping a resource References: <518ACE13.70100@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Sorry guys. This was a false alarm. It likes like there was a long delay in the call to drop resources and the sending of the actual transitions. The transitions seem to arrive eventually. Thanks, Vinayak On 5/8/13 3:38 PM, kishore g wrote: > Hi Vinayak, > > Thats probably a bug. Do you have a test case? > > thanks, > Kishore G > > > On Wed, May 8, 2013 at 3:13 PM, Vinayak Borkar wrote: > >> Hi, >> >> >> When I create a resource and rebalance it, the participants receive >> transitions for that resource and its partitions become masters. However, >> when I drop the resource from Helix (using --dropResource in helix-admin), >> I do not see any transitions from master -> slave -> dropped. In fact >> --listResourceInfo shows the external view of the resource partitions as >> being in the master state. >> >> What is the process to be followed in auto_rebalance mode to have the >> resources deleted from the entire cluster? >> >> Thanks, >> Vinayak >> >