
bimargulies at gmail
Feb 19, 2012, 8:52 AM
Post #3 of 10
(340 views)
Permalink
|
|
Re: Hanging with fixed thread pool in the IndexSearcher multithread code
[In reply to]
|
|
I should have been clearer; the hang I can make into a test case but I wondered if is would just get closed as 'works as designed'. the result discrepancy needs some investigation, I should not have mentioned it yet. On Feb 19, 2012, at 10:40 AM, Robert Muir <rcmuir [at] gmail> wrote: > On Sun, Feb 19, 2012 at 9:08 AM, Benson Margulies <bimargulies [at] gmail> wrote: >> 3.5.0: I passed a fixed size executor service with one thread, and >> then with two threads, to the IndexSearcher constructor. >> >> It hung. >> >> With three threads, it didn't work, but I got different results than >> when I don't pass in an executor service at all. >> >> Is this expected? Should the javadoc say something? (I can make a patch). >> > > I'm not sure I understand the details here, but I don't like the sound > of 'different results': is it possible you can work this down into a > test case that can be attached to jira? > > > -- > lucidimagination.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe [at] lucene > For additional commands, e-mail: java-user-help [at] lucene > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe [at] lucene For additional commands, e-mail: java-user-help [at] lucene
|