From dev-return-23558-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Fri Feb 01 12:29:31 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 97181 invoked from network); 1 Feb 2008 12:29:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 12:29:31 -0000 Received: (qmail 47670 invoked by uid 500); 1 Feb 2008 12:29:22 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 47636 invoked by uid 500); 1 Feb 2008 12:29:22 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 47625 invoked by uid 99); 1 Feb 2008 12:29:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 04:29:22 -0800 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 12:29:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1885B714044 for ; Fri, 1 Feb 2008 04:29:08 -0800 (PST) Message-ID: <5356509.1201868948091.JavaMail.jira@brutus> Date: Fri, 1 Feb 2008 04:29:08 -0800 (PST) From: "Simon Temple (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-1124) Reduce log ERROR to WARN to avoid startup and shutdown noise as replicas connect/disconnect In-Reply-To: <31250770.1201868828801.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Temple updated DIRSERVER-1124: ------------------------------------ Attachment: ClientConnectionManager.patch Simple patch to change ERROR to WARN > Reduce log ERROR to WARN to avoid startup and shutdown noise as replicas connect/disconnect > ------------------------------------------------------------------------------------------- > > Key: DIRSERVER-1124 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1124 > Project: Directory ApacheDS > Issue Type: Improvement > Components: mitosis > Affects Versions: 1.5.2 > Environment: JDK 1.5.1_11. Win 2003 Server SP2 > Reporter: Simon Temple > Fix For: 1.5.2 > > Attachments: ClientConnectionManager.patch > > > When using mitosis replication for ADS there is a period of time during start-up when one replica cannot connect to another - because separate machines rarely start at the same rate. > During this time, ClientConnectionManager logs ERRORs as MINA gets 'Connection refused' socket errors. > I'd like to propose that the replication service only logs WARN messages for this condition. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.