Return-Path: X-Original-To: apmail-zookeeper-bookkeeper-user-archive@minotaur.apache.org Delivered-To: apmail-zookeeper-bookkeeper-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 446A39B7C for ; Wed, 11 Apr 2012 09:35:49 +0000 (UTC) Received: (qmail 45919 invoked by uid 500); 11 Apr 2012 09:35:49 -0000 Delivered-To: apmail-zookeeper-bookkeeper-user-archive@zookeeper.apache.org Received: (qmail 45891 invoked by uid 500); 11 Apr 2012 09:35:49 -0000 Mailing-List: contact bookkeeper-user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bookkeeper-user@zookeeper.apache.org Delivered-To: mailing list bookkeeper-user@zookeeper.apache.org Received: (qmail 45870 invoked by uid 99); 11 Apr 2012 09:35:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 09:35:48 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [193.1.99.77] (HELO gir.skynet.ie) (193.1.99.77) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 09:35:39 +0000 Received: from moloch.vm.bytemark.co.uk (moloch.bleurgh.com [80.68.94.101]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by gir.skynet.ie (Postfix) with ESMTPSA id A381312222 for ; Wed, 11 Apr 2012 10:35:15 +0100 (IST) Date: Wed, 11 Apr 2012 11:35:14 +0200 From: Ivan Kelly To: bookkeeper-user@zookeeper.apache.org Subject: Re: Standby NN is skipping the Checkpointing ? Message-ID: <20120411093513.GI874@moloch.vm.bytemark.co.uk> References: <20120410141843.GF874@moloch.vm.bytemark.co.uk> <20120411081108.GH874@moloch.vm.bytemark.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) The trunk there is about 2 weeks old. However, you can build the bkjournal from there, and use that with a trunk checked out from somewhere else. When you build bkjournal, it should generate a file hadoop-common/hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkjournal/target/hadoop-hdfs-bkjournal-0.24.0-SNAPSHOT.jar You just need to drop this in the lib directory of your hadoop-hdfs install to use the bkjournal then. When building bkjournal on it's own use mvn clean package -Pdist -Dmaven.test.skip=true The tests don't build with trunk (fix for this is in the pending patches) -Ivan On Wed, Apr 11, 2012 at 08:39:11AM +0000, Rakesh R wrote: > ok. Hope the gitub project is built using the latest trunk version? > Anyway I will try to use the github. > > Thanks, > Rakesh > ________________________________________ > From: Ivan Kelly [ivank@apache.org] > Sent: Wednesday, April 11, 2012 1:41 PM > To: bookkeeper-user@zookeeper.apache.org > Subject: Re: Standby NN is skipping the Checkpointing ? > > On Wed, Apr 11, 2012 at 06:22:53AM +0000, Rakesh R wrote: > > Thanks Ivan. > > > > I am using 0.24 version. I have configured with bookie details in both the NNs and observed no 'journalSet' is creating in the BNN side. Probably will try either by merging HDFS-3058 or using the gitub repos. > > Use the github version for the moment. I've been trying to get these > patches in, but the committers aren't very responsive. I'll jab them > again this evening. > > The github version has a couple of things which aren't in the JIRA > patches yet, but im not going to put them up until the 3 outstanding > fixes are in. > > -Ivan