Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-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 511CC17421 for ; Fri, 17 Oct 2014 16:42:08 +0000 (UTC) Received: (qmail 99838 invoked by uid 500); 17 Oct 2014 16:42:07 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 99793 invoked by uid 500); 17 Oct 2014 16:42:07 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 99780 invoked by uid 99); 17 Oct 2014 16:42:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 16:42:07 +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 (athena.apache.org: domain of mainalimanoj@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qc0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 16:42:01 +0000 Received: by mail-qc0-f173.google.com with SMTP id w7so866033qcr.4 for ; Fri, 17 Oct 2014 09:41:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=o8W34EpKPMq9qaHZ2c933cLtoQ3s6JgUFL12ZB6OcC0=; b=oP9NHJKR9EF5sSwt2w0kcTu0HmkCgsZRdE8natSFN7Ng0yDJjQbx2KmfdcLXLBMQLq 0V9VlgpZb72nnZKzdNEG9ppwgC99V2ISe1xwSYfFBOtJlkTLt0jgrxz1KogMrGcQH9HN W3FdIOiqisFb2td/TI356QE4vl+z2di7namoN668q4TIcx16SaT5IaloO6H3C/IwPfNU 0dZXlcY4ZylkUyTvzfoY6dY7TtqUoqXvkTGcbIAGu56FwPC5Vgb25dWMf/5eydIEeynY Cc5SlxRFIIfCwYiiIYvYPLyPFwCQ73PprFs48Iq5iQUXzaSX5oThP6pl/xwj3cmI073a /ofQ== MIME-Version: 1.0 X-Received: by 10.224.46.66 with SMTP id i2mr13538646qaf.72.1413564101302; Fri, 17 Oct 2014 09:41:41 -0700 (PDT) Received: by 10.96.37.130 with HTTP; Fri, 17 Oct 2014 09:41:41 -0700 (PDT) Date: Fri, 17 Oct 2014 12:41:41 -0400 Message-ID: Subject: "not first!" WARN log message From: Manoj Mainali To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=001a11c29e0a2020c10505a10a9f X-Virus-Checked: Checked by ClamAV on apache.org --001a11c29e0a2020c10505a10a9f Content-Type: text/plain; charset=UTF-8 Hi, I am seeing the following log in my ZK (version: 3.4.5), WARN org.apache.zookeeper.server.quorum.Leader - Commiting zxid 0x100000000 from {ip address:port} not first! I have no idea what causes it and where to start debugging. The closest I could get was the ZOOKEEPER-1270. Does anyone know what causes ZK to log the above message and possible solutions as well. Thanks. Manoj --001a11c29e0a2020c10505a10a9f--