Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 0C4E6183C7 for ; Wed, 19 Aug 2015 03:01:13 +0000 (UTC) Received: (qmail 5661 invoked by uid 500); 19 Aug 2015 03:01:12 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 5572 invoked by uid 500); 19 Aug 2015 03:01:11 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 5561 invoked by uid 99); 19 Aug 2015 03:01:11 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2015 03:01:11 +0000 Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 136411A009B for ; Wed, 19 Aug 2015 03:01:11 +0000 (UTC) Received: by iodv127 with SMTP id v127so196568134iod.3 for ; Tue, 18 Aug 2015 20:01:10 -0700 (PDT) X-Received: by 10.107.46.162 with SMTP id u34mr11414916iou.124.1439953270527; Tue, 18 Aug 2015 20:01:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.20.8 with HTTP; Tue, 18 Aug 2015 20:00:51 -0700 (PDT) From: hongbin ma Date: Wed, 19 Aug 2015 11:00:51 +0800 Message-ID: Subject: Hbase customize filter versioning To: dev Content-Type: multipart/alternative; boundary=001a113acf5c2edd17051da13f28 --001a113acf5c2edd17051da13f28 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable hi, experts, We're trying to develop a customized filter for our hbase tables, and the filter may still undergo many changes. We found a solved issue(https://issues.apache.org/jira/browse/HBASE-1936) that allows to upload customized filters without needing to restart the region servers, However there're some limitations as it describes: *However, if a filter class is already loaded, it won't be un-loaded. Therefore, we can't load a new version of an existing class. Users have to have a proper way to do filter class versioning.* Our=E2=80=8B question is, what is the existing options for filter class ver= sioning if we do not want to restart region severs during filter upgrading? The only option I can think of is to add suffix/prefix to different versions of Filters, like MyFilterV1, MyFilterV2.. Any advices? --=20 Regards, *Bin Mahone | =E9=A9=AC=E6=B4=AA=E5=AE=BE* Apache Kylin: http://kylin.io Github: https://github.com/binmahone --001a113acf5c2edd17051da13f28--