Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D6908200B53 for ; Wed, 22 Jun 2016 00:27:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D4B3E160A63; Tue, 21 Jun 2016 22:27:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4F1C9160A68 for ; Wed, 22 Jun 2016 00:27:02 +0200 (CEST) Received: (qmail 43214 invoked by uid 500); 21 Jun 2016 22:26:59 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 42365 invoked by uid 99); 21 Jun 2016 22:26:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2016 22:26:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 745932C0451 for ; Tue, 21 Jun 2016 22:26:58 +0000 (UTC) Date: Tue, 21 Jun 2016 22:26:58 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ZOOKEEPER-715) add better reporting for initLimit being reached MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 21 Jun 2016 22:27:03 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated ZOOKEEPER-715: ------------------------------------ Fix Version/s: (was: 3.5.2) 3.5.3 > add better reporting for initLimit being reached > ------------------------------------------------ > > Key: ZOOKEEPER-715 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-715 > Project: ZooKeeper > Issue Type: Improvement > Components: server > Affects Versions: 3.2.2 > Reporter: Patrick Hunt > Fix For: 3.6.0, 3.5.3 > > > when the initLimit is reached (sending zk database to follower) we don't print out very useful log information. > we need to add details on when the snap is read, when the new snap is written, and the start/end of the transfer to follower. start/end should include useful logging in the case that initLimit is reached and the operation fails. -- This message was sent by Atlassian JIRA (v6.3.4#6332)