Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6115910AC4 for ; Tue, 22 Oct 2013 23:37:06 +0000 (UTC) Received: (qmail 50031 invoked by uid 500); 22 Oct 2013 23:37:04 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 49977 invoked by uid 500); 22 Oct 2013 23:37:04 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 49966 invoked by uid 99); 22 Oct 2013 23:37:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 23:37:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ghelmling@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-wg0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 23:36:57 +0000 Received: by mail-wg0-f44.google.com with SMTP id n12so36925wgh.11 for ; Tue, 22 Oct 2013 16:36:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=a62InXmA+ogbcdEKWV/zhWyCgSeH6GjckasEZF3xa18=; b=JHM+tzwj9kGFf+WwMQ9stNuntn9omNu+Gvg95P/QtJVnsrvkPgAsyBZSHSJKSHwY7P SdxG4CTq7pCA6s+CuHXbGnCBiPq4/PyPF2QlgU1s7Rup4D5vzda2RmdGeSyo0x6/WM3U e/NmIE9Qvx8Ji+SYwRZoNK9gPbp2vL3F44PJF363mZB290agVSgXvn9WB9qu+f7dRqEd bAubMAiCquukGsR5aHi6DVJDxGhU8Vu+hSrNOWMtY7wwdEW1MMmBnmTLAnhQD5k02Fmt fg/IYXMakvsW8IQqC8QiZKiU8vY7YymoDsUXYBzTTrFN2cdHcllYanJKhZ2GfPYPiUQV 4Sew== MIME-Version: 1.0 X-Received: by 10.194.110.138 with SMTP id ia10mr21319176wjb.3.1382484996124; Tue, 22 Oct 2013 16:36:36 -0700 (PDT) Received: by 10.227.160.203 with HTTP; Tue, 22 Oct 2013 16:36:36 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Oct 2013 16:36:36 -0700 Message-ID: Subject: Re: coprocessor status query From: Gary Helmling To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=047d7bf10aa819f6aa04e95cdf1d X-Virus-Checked: Checked by ClamAV on apache.org --047d7bf10aa819f6aa04e95cdf1d Content-Type: text/plain; charset=ISO-8859-1 > > "The coprocessor class is of course still in memory on the > regionserver,...." > > That was kinda my point. > > You can't remove the class from the RS until you do a rolling restart. > Yes, understood. However, your original statement that "You can't remove a coprocessor" needed some clarification, in that the coprocessor that threw the exception _is_ removed from the active set of coprocessors for that region. So it is no longer invoked for pre/post hooks on the call path for further requests. >From the original question, I take it that this invocation context is what Wei cared about. --047d7bf10aa819f6aa04e95cdf1d--