On Sun, Dec 16, 2001 at 01:26:28PM -0500, Tavin Cole wrote:
> 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...

This is what keeps surprising me about the current 0.4 network. There
are just too many requests - I have even suspected that it is
continually the target of a continual DoS attack from somewhere, but
something else seems more likely (how about the initial discovery
requests? Could we temporarily tag those in the request ID to see if
those make up a large part of the traffic?) It might also be the never
terminating restarts which could keep requests going for days.

Maybe we ought to build a private debugging network where we have
greater insight into what is going on.

<>

-- 

Oskar Sandberg
oskar at freenetproject.org

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

Reply via email to