> Are we caching idle connections for a too long time, too eagerly so that
> never any concections are left for new
> incoming requests? /me goes off looking at some Java code, not that I
> understand it, but what the heck...

My 34 mb logfile contains:

8675 entries of
Time (Freenet.node.Node, Thread-#): Error getting initial state for message: 
source: Freenet.ConnectionHandler@# msg: QueryRestarted @ #
Freenet.node.BadStateException: This message is a response
        at Freenet.Message.getInitialState(Message.java:96)

7468 entries of Connection reset by peer: JVM_recv
        at Freenet.session.FnpLink.negotiateOutbound(FnpLink.java:419)

6864 entries of Connection aborted by peer: socket write error
        Freenet.session.FnpLink.negotiateOutbound(FnpLink.java:413)

5201 entries of Connection reset by peer: socket write error
        Freenet.session.FnpLink.negotiateRestart(FnpLink.java:162)

4844 entries of Connection aborted by peer: socket write error
        Freenet.session.FnpLink.negotiateRestart(FnpLink.java:162)

4325 entries of Connection reset by peer: socket write error
        Freenet.session.FnpLink.negotiateOutbound(FnpLink.java:413)

2542 entries of Connection reset by peer: JVM_recv in socket input stream
read
        Freenet.session.FnpLink.negotiateRestart(FnpLink.java:175)



So I'm not supprised that the number of successfull connections is low ;)
This is numbers for a couple of days and I have tens of thousand
connections dropped! That can't be any good..

I suppose a few of these is "legit" where this is supposed to happen but
then it shouldn't have been in the logs.

--
| Are ?rseth    | elrond at idi.ntnu.no | http://ctemp.dhs.org/ |
| tlf: 73886876 | mob: 410 00548


_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to