DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37804>. 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: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]