Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA8601025A for ; Tue, 22 Oct 2013 03:30:21 +0000 (UTC) Received: (qmail 45873 invoked by uid 500); 22 Oct 2013 03:30:21 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 45802 invoked by uid 500); 22 Oct 2013 03:30:15 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 45795 invoked by uid 99); 22 Oct 2013 03:30:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 03:30:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 03:30:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E15F823888E4; Tue, 22 Oct 2013 03:29:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1534471 - /kafka/site/08/ops.html Date: Tue, 22 Oct 2013 03:29:50 -0000 To: commits@kafka.apache.org From: junrao@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131022032950.E15F823888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: junrao Date: Tue Oct 22 03:29:50 2013 New Revision: 1534471 URL: http://svn.apache.org/r1534471 Log: change explanation of ISR shrink/expansion jmx Modified: kafka/site/08/ops.html Modified: kafka/site/08/ops.html URL: http://svn.apache.org/viewvc/kafka/site/08/ops.html?rev=1534471&r1=1534470&r2=1534471&view=diff ============================================================================== --- kafka/site/08/ops.html (original) +++ kafka/site/08/ops.html Tue Oct 22 03:29:50 2013 @@ -234,14 +234,17 @@ We pay particular we do graphing and ale mostly even across brokers - ISR expansion rate + ISR shrink rate "kafka.server":name="ISRShrinksPerSec",type="ReplicaManager" - non-zero only during broker startup + If a broker goes down, ISR for some of the partitions will + shrink. When that broker is up again, ISR will be expanded + once the replicas are fully caught up. Other than that, the + expected value for both ISR shrink rate and expansion rate is 0. - ISR shrink rate + ISR expansion rate "kafka.server":name="ISRShrinksPerSec",type="ReplicaManager" - 0 + See above Max lag in messages btw follower and leader replicas