From dev-return-25559-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Thu Jun 19 02:02:12 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 82716 invoked from network); 19 Jun 2008 02:02:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2008 02:02:12 -0000 Received: (qmail 12325 invoked by uid 500); 19 Jun 2008 02:02:08 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 12216 invoked by uid 500); 19 Jun 2008 02:02:07 -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 12194 invoked by uid 99); 19 Jun 2008 02:02:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2008 19:02:07 -0700 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2008 02:01:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1C98F234C149 for ; Wed, 18 Jun 2008 19:01:45 -0700 (PDT) Message-ID: <1685567404.1213840905116.JavaMail.jira@brutus> Date: Wed, 18 Jun 2008 19:01:45 -0700 (PDT) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Assigned: (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 ] Alex Karasulu reassigned DIRSERVER-1124: ---------------------------------------- Assignee: Alex Karasulu > 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.3 > Environment: JDK 1.5.1_11. Win 2003 Server SP2 > Reporter: Simon Temple > Assignee: Alex Karasulu > Fix For: 1.5.3 > > 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.