Re: DistributedSearch$Client.updateSegments() blocking other threads

2005-09-16 Thread Piotr Kosiorowski
Hello Andrzej, You can also try http://issues.apache.org/jira/browse/NUTCH-79 - I think it should also help here - it is a bit complicated as it contain additional functionality but if you have any problems I am willing to help. I am going to perform some test of it again and maybe commit it in

DistributedSearch$Client.updateSegments() blocking other threads

2005-09-15 Thread Andrzej Bialecki
Hi, I was doing performance testing of a distributed search setup, with JMeter, using the code from trunk/. Whenever one of the backend Servers goes down, there is a hiccup on the frontend, because all ParallelCalls started by the Client, which still use that dead address, need to timeout. T