[infinispan-issues] [JBoss JIRA] Created: (ISPN-1373) Initialization of extensions (module properties) is unguarded
Sanne Grinovero (JIRA)
jira-events at lists.jboss.org
Tue Sep 6 05:44:26 EDT 2011
Initialization of extensions (module properties) is unguarded
-------------------------------------------------------------
Key: ISPN-1373
URL: https://issues.jboss.org/browse/ISPN-1373
Project: Infinispan
Issue Type: Bug
Affects Versions: 5.0.0.FINAL
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Priority: Critical
Fix For: 5.1.0.ALPHA1
The Query test suite is unstable as often some custom commands or the AbstractModuleLifecycle entry point are not registered, or are inconsistently.
It turns out that org.infinispan.util.ModuleProperties stores state in static variables, and is not threadsafe: adding proper locking fixed all Query tests.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list