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 2421C11BE2 for ; Wed, 10 Sep 2014 00:53:40 +0000 (UTC) Received: (qmail 59782 invoked by uid 500); 10 Sep 2014 00:53:38 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 59715 invoked by uid 500); 10 Sep 2014 00:53:38 -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 59692 invoked by uid 99); 10 Sep 2014 00:53:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 00:53:37 +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 (nike.apache.org: domain of fanguangle@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 00:53:10 +0000 Received: by mail-wi0-f172.google.com with SMTP id q5so2133814wiv.5 for ; Tue, 09 Sep 2014 17:53:10 -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=TAvQVY4IKsJ90+96otz8s5+rKGP+KBaibb9vtCJkq7w=; b=TpqrXwfYobhCKne6mMuFN2HoFFs3Ugc2QYz87kL04syoHhh/f/gJvli0Eb5uutnT+5 nFVOz+0SpKGTUeTUvjxMI3dKEGe5c5d3WPiQqK86zJy0rkT4nx8bSG7BsvZ4RpgeDsw0 MIoALRg43aQQorvw+0z/5zO6Q4aLM94n/1ECAjiXJjj4d+3wx7alsmw3mTGTKGkxn0rq kg4DZmHnxGwH6V6VmHuaK3Ig2k5vMo0NbStG+qc0fUydv+4yKzwYnsrTJ8tA/7UHmvAc qwB+CMT4yWBGfU/gL9u3GlYqjpGnES6cd2azu9BZ0/gEwTFEH5MCw2Mcju3DrACn1FSL LSSQ== MIME-Version: 1.0 X-Received: by 10.194.9.228 with SMTP id d4mr185943wjb.99.1410310390239; Tue, 09 Sep 2014 17:53:10 -0700 (PDT) Received: by 10.180.187.177 with HTTP; Tue, 9 Sep 2014 17:53:10 -0700 (PDT) In-Reply-To: References: Date: Tue, 9 Sep 2014 17:53:10 -0700 Message-ID: Subject: Re: SKIP_FLUSH From: Guangle Fan To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=047d7b4508a8d5584b0502ab7988 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b4508a8d5584b0502ab7988 Content-Type: text/plain; charset=UTF-8 That explains. I'm on .96 On Tue, Sep 9, 2014 at 5:37 PM, Ted Yu wrote: > Matteo is so fast :-) > > HBASE-10935 went into 0.98.4 > > FYI > > On Tue, Sep 9, 2014 at 5:35 PM, Matteo Bertozzi > wrote: > > > which version are you using? > > > > Matteo > > > > > > On Tue, Sep 9, 2014 at 5:34 PM, Guangle Fan > wrote: > > > > > Hi, anybody knows why I can't skip flush when taking snapshot ? > > > > > > > > > snapshot 'aaa', 'aaa_snapshot', {SKIP_FLUSH => true} > > > > > > NameError: uninitialized constant SKIP_FLUSH > > > > > > > > > without {SKIP_FLUSH => true}, the command works fine/ > > > > > > > > > Regards, > > > > > > > > > Guangle > > > > > > --047d7b4508a8d5584b0502ab7988--