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 838BE107B1 for ; Mon, 19 Aug 2013 20:04:43 +0000 (UTC) Received: (qmail 98379 invoked by uid 500); 19 Aug 2013 20:04:40 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 98340 invoked by uid 500); 19 Aug 2013 20:04:40 -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 98325 invoked by uid 99); 19 Aug 2013 20:04:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 20:04:40 +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 yuzhihong@gmail.com designates 209.85.215.50 as permitted sender) Received: from [209.85.215.50] (HELO mail-la0-f50.google.com) (209.85.215.50) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 20:04:31 +0000 Received: by mail-la0-f50.google.com with SMTP id ek20so3680047lab.37 for ; Mon, 19 Aug 2013 13:04: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=a6j/3Q7CqFNvP0dpp6z1q+huJK97Lc8EMXiEM7ffhVQ=; b=aKz5mwWG6uKKpEybCtxoEE5j6LzbHxLTmITMWWwKb/ag0g1UVOd5a7A+8lC/TvpXEb 9XwVr4ojKVWTn/pzwweYQpjbQfJBTHzvqJjqCvx4xGVdoNjjpIh7LlY3aiUKqJiWa77q tPAM1fFxAnRcLOAW3RxD72LRUfi3cTfiOtciATCXq4MnL5en9YEHwLizDv/UT3DO2hNi TTxtXEBIXhypesMhgAjqdwiW+maZNrPko1QikjV0TOG0KtLxA2dpOSil/GCUWd02Epon NnI2e3XJtYK9mKAUOJaH7jbIP1H1aYjWNT0pbc7+mswY+Najle6lKdlvSjCNSQccQtYu +aTw== MIME-Version: 1.0 X-Received: by 10.152.37.103 with SMTP id x7mr3537814laj.28.1376942650589; Mon, 19 Aug 2013 13:04:10 -0700 (PDT) Received: by 10.112.129.40 with HTTP; Mon, 19 Aug 2013 13:04:10 -0700 (PDT) In-Reply-To: <1D8AC58C-CE05-4533-B6BE-CB95260EAD61@gmail.com> References: <1D8AC58C-CE05-4533-B6BE-CB95260EAD61@gmail.com> Date: Mon, 19 Aug 2013 13:04:10 -0700 Message-ID: Subject: Re: I am curious how to find hbase replication lag From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=089e0160b5e49086a904e452715b X-Virus-Checked: Checked by ClamAV on apache.org --089e0160b5e49086a904e452715b Content-Type: text/plain; charset=ISO-8859-1 This is related: http://search-hadoop.com/m/SrEIT1jtzPF Cheers On Mon, Aug 19, 2013 at 12:50 PM, gordoslocos wrote: > I believe hbase keeps info in zk that gives you the count of pending > operations to be replicated. Check into the rz zookeeper node in the hbase > replication documentation. > > http://hbase.apache.org/replication.html > > > On 19/08/2013, at 16:42, Alex Newman wrote: > > > I have setup HBase replication. I want to know how out of date my > replicant > > cluster is. How does one monitor that? > > > > -Alex Newman > --089e0160b5e49086a904e452715b--