Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 26187 invoked from network); 6 Dec 2005 02:26:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 02:26:28 -0000 Received: (qmail 73579 invoked by uid 500); 6 Dec 2005 02:26:23 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 73286 invoked by uid 500); 6 Dec 2005 02:26:22 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 73275 invoked by uid 500); 6 Dec 2005 02:26:22 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 73272 invoked by uid 99); 6 Dec 2005 02:26:22 -0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=INFO_TLD,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 18:26:20 -0800 Received: by ajax.apache.org (Postfix, from userid 99) id DCF9F126; Tue, 6 Dec 2005 03:25:59 +0100 (CET) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 37804] New: - Sleeping for "+memberwait+" secs should be milliseconds X-Bugzilla-Reason: AssignedTo Message-Id: <20051206022559.DCF9F126@ajax.apache.org> Date: Tue, 6 Dec 2005 03:25:59 +0100 (CET) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=37804 Summary: Sleeping for "+memberwait+" secs should be milliseconds Product: Tomcat 5 Version: 5.5.12 Platform: Other OS/Version: other Status: NEW Severity: trivial Priority: P5 Component: Catalina:Cluster AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: tedman@sfu.ca In org.apache.catalina.cluster.mcast.MCastService.java at approximately line 316 it does log.info("Sleeping for "+memberwait+" secs to establish cluster membership"); Thread.sleep(memberwait); The log message should say "milliseconds" instead of seconds. (kinda worried me when I saw "sleeping for 4000 seconds" in the output during startup, that's why I looked into the source). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org