[
https://issues.apache.org/jira/browse/LUCENE-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991141#comment-12991141
]
Uwe Schindler commented on LUCENE-2907:
---------------------------------------
Yes the numbered states cache was always bugging me. But at least it is now
synchronized (it was not even that at the beginning). I think the problem may
be that the parallel queries doing different segments with different numbered
states at the same time.
+1 to remove the cache and calculate on ctor, then its really stateless!
> termsenum bug when running with multithreaded search
> ----------------------------------------------------
>
> Key: LUCENE-2907
> URL: https://issues.apache.org/jira/browse/LUCENE-2907
> Project: Lucene - Java
> Issue Type: Bug
> Reporter: Robert Muir
> Attachments: LUCENE-2907_repro.patch, correct_seeks.txt,
> incorrect_seeks.txt, seeks_diff.txt
>
>
> This one popped in hudson (with a test that runs the same query against
> fieldcache, and with a filter rewrite, and compares results)
> However, its actually worse and unrelated to the fieldcache: you can set both
> to filter rewrite and it will still fail.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]