On Sun, Dec 16, 2001 at 02:05:27PM +0100, Are wrote:
> 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)
This suggests that a lot of chains are getting pushed out of the message
store, so that when the QueryRestarted is finally received the node has
already forgotten about that chain and tries to process it as a new one.
We could increase <messageStoreSize>.. but it is already 500. So that
means the node is regularly in a situation where it has 500 pending
request chains (apparently many of them hanging around because the
request is timing out somewhere upstream). This sounds bad...
> 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)
These are almost all certainly a result of the other peer rejecting
the connection due to connection or thread overload (soon we will
improve the logging of these to be more clear).
...
These counts would seem to underscore thelema's stats showing massive
amounts of request chains processed combined with massive amounts of
rejected connections from his ubernode.
--
:: tavin cole (tcole at espnow.com) ::
if there's been a way to build it
there'll be a way to destroy it
things are not all that out of control
- stereolab
_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl