/[Apache-SVN]
ViewVC logotype

Revision 987118


Jump to revision: Previous Next
Author: uschindler
Date: Thu Aug 19 10:44:35 2010 UTC (14 years, 2 months ago)
Changed paths: 1
Log Message:
Make compileAutomaton synchronized, as it can break for queries that are shared constants (like a drop down list in a web interface that provides predefined query constraints. These types of queries are in most places somewhere predefined in your code and then used by different threads/servlets/whatever). As the three transient vars cannot be set atomically, a parallel running thread may see half of the fields assigned and will get NPE).

Changed paths

Path Details
Directorylucene/dev/trunk/lucene/src/java/org/apache/lucene/search/AutomatonQuery.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26