You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2008/09/02 11:30:25 UTC

DO NOT REPLY [Bug 17887] RollingFileAppender does not work for 10 threads

https://issues.apache.org/bugzilla/show_bug.cgi?id=17887


QualityChecker <qu...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qualitychecker@free.fr




--- Comment #6 from QualityChecker <qu...@free.fr>  2008-09-02 02:30:25 PST ---
May be the reason :

The SocketServer TCP/IP server is designed to manage 10 (or 11 ?) maximum
threads .
See org.apache.log4j.net.SocketServer.java constructor :

public
  SocketServer(File directory) {
    this.dir = directory;
    hierarchyMap = new Hashtable(11);
  }
There must be some mixing or hidden bugs between the clients if exceeding 10
clients.

Thanks for your feedback if this is the right reason.

See http://d.cr.free.fr/wswebconsulterfichiers.php?projet=demojava_log4j for
(many..) extra bugs in log4j


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org