Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 536F695BE for ; Wed, 19 Oct 2011 07:09:56 +0000 (UTC) Received: (qmail 64283 invoked by uid 500); 19 Oct 2011 07:09:55 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 64155 invoked by uid 500); 19 Oct 2011 07:09:50 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 64144 invoked by uid 99); 19 Oct 2011 07:09:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 07:09:49 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kelong.w@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 07:09:41 +0000 Received: by bkar19 with SMTP id r19so2593454bka.35 for ; Wed, 19 Oct 2011 00:09:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=YhOfP9n9jyRHYmw9K3ieUBw/+VK8FxNnQwsLMEtQNSE=; b=nis2sKSJSNVmBshswEqMilqqT6JTWr2iqZMP6YcbfepNqco3kYT+/rmqbtiF+qGAS5 lXtldLzKMov7bG9c/zuSPh36zLsX2fkEsr+zwTt1R9lkfrWfKh8ws4qafW6Ztgo9L7F3 p0tNhRwv12Mw1J5po/TuGah4bR4AYG6p92w50= MIME-Version: 1.0 Received: by 10.223.65.20 with SMTP id g20mr9275750fai.20.1319008161162; Wed, 19 Oct 2011 00:09:21 -0700 (PDT) Received: by 10.223.156.133 with HTTP; Wed, 19 Oct 2011 00:09:20 -0700 (PDT) Date: Wed, 19 Oct 2011 15:09:20 +0800 Message-ID: Subject: where is the appropriate place to call ZkController.unregister() From: kelong To: dev Content-Type: multipart/alternative; boundary=001517402a46e6e4f104afa1844f X-Virus-Checked: Checked by ClamAV on apache.org --001517402a46e6e4f104afa1844f Content-Type: text/plain; charset=ISO-8859-1 I'm implementing ZkController.unregister() function. Now I'm encountering an issue. Where is the appropriate place to call ZkController.unregister()? Is CoreAdminHandler->handleUnloadAction implementing CloseHook() -> postClose() a appropriate place or otherelse? --001517402a46e6e4f104afa1844f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm implementing=A0ZkController.unregister() function. Now I'm enco= untering an issue. Where is the appropriate place to call=A0ZkController.un= register()?=A0
Is CoreAdminHandler->handleUnloadAction =A0implementi= ng CloseHook() -> postClose() =A0a=A0appropriate place or otherelse? --001517402a46e6e4f104afa1844f--