Open timurb opened 11 years ago
Is there any chance that you have long-running request? I am under the impression (but purely from observing funkload here; I am not a developer) that every thread finishes its current request (or even test) and then checks if it should stop itself.
I use a simple test with 3 consecutive gets and it runs fine when I run it as
fl-run-test
but it hangs when I try to run it asfl-run-bench
:You see, the whole test have taken probably a dozen of seconds (I've checked that by tailing the XML report) while waiting for the end of threads have taken several minutes. At first I even thought it was hanging.
Is it ok that it takes so long? Can this be somehow improved?
I use funkload 1.16.1-4 from Ubuntu repository but can test from HEAD if needed.