Issues
- circular graphs of IndexedEmbedded might break MassIndexerHSEARCH-534Resolved issue: HSEARCH-534
- FSSlaveDirectoryProvider could retry several times when the current marker file is not foundHSEARCH-532Resolved issue: HSEARCH-532
- MassIndexer attempts to index non-indexed subclasses of indexed typesHSEARCH-528Resolved issue: HSEARCH-528
- Update JGroups dependenciesHSEARCH-519Resolved issue: HSEARCH-519
- ThreadLocal in ContextHolder causes memory leak when deployed in a web containerHSEARCH-517Resolved issue: HSEARCH-517
- Lucene Directories might be closed before the backend finished all tasks on shutdownHSEARCH-516Resolved issue: HSEARCH-516
- Lucene AlreadyClosedExceptions During Batch Processing With ASYNC WorkersHSEARCH-515Resolved issue: HSEARCH-515
- MassIndexer might associate proxies to two open sessionHSEARCH-512Resolved issue: HSEARCH-512
- Generated archetype broken for any package name with dot (.)HSEARCH-503Resolved issue: HSEARCH-503
- update MassIndexer to use new core featuresHSEARCH-502Resolved issue: HSEARCH-502Sanne Grinovero
- IdentifierProducer: ClassCastExceptionHSEARCH-495Resolved issue: HSEARCH-495Sanne Grinovero
- Continuous integration builds fail some tests on Oracle databasesHSEARCH-493Resolved issue: HSEARCH-493Sanne Grinovero
- MassIndexer needs to use distinct on primary key selectionHSEARCH-490Resolved issue: HSEARCH-490Sanne Grinovero
- Find why the zh-CN translation failsHSEARCH-487Resolved issue: HSEARCH-487
- Review the getting started section's pom and archetype creationHSEARCH-486Resolved issue: HSEARCH-486
- mvn site is currently not working (in ./hibernate-search)HSEARCH-485Resolved issue: HSEARCH-485
- Some add/delete operations have null primary keysHSEARCH-480Resolved issue: HSEARCH-480
- Entities with composite PK lead to query exceptions on MySQLHSEARCH-478Resolved issue: HSEARCH-478Emmanuel Bernard
- Work queue contains the same operation multiple times and some add/delete operations have null primary keysHSEARCH-476Resolved issue: HSEARCH-476Emmanuel Bernard
- Ensure IndexWriter is closed on errors in backendHSEARCH-474Resolved issue: HSEARCH-474Sanne Grinovero
- Support for dynamic shardingHSEARCH-472Resolved issue: HSEARCH-472Hardy Ferentschik
- Filter caching using causes excessive memory useHSEARCH-469Resolved issue: HSEARCH-469Yoann Rodière
- Refactor build to have a module setupHSEARCH-468Resolved issue: HSEARCH-468Hardy Ferentschik
- separating annotations from core as own jarHSEARCH-466Resolved issue: HSEARCH-466
- Move to commons-annotations 3.2.0.FinalHSEARCH-465Resolved issue: HSEARCH-465Emmanuel Bernard
- Change the master docbook document to use the version number provided by the docbook pluginHSEARCH-463Resolved issue: HSEARCH-463Hardy Ferentschik
- Update quickstart archetypeHSEARCH-459Resolved issue: HSEARCH-459Hardy Ferentschik
- CalendarBridge ignoring setParameterValuesHSEARCH-456Resolved issue: HSEARCH-456Sanne Grinovero
- Example 1.9. superfluous hibernate wordHSEARCH-450Resolved issue: HSEARCH-450Sanne Grinovero
- Update JPATestCase after renaming of HibernatePersistence to AvailableSettings in CoreHSEARCH-448Resolved issue: HSEARCH-448Hardy Ferentschik
- The build should use the maven-injection-plugin in order to dynamically inject the version string into org.hibernate.search.VersionHSEARCH-447Resolved issue: HSEARCH-447Hardy Ferentschik
- Using a Field extending AbstractField causes a ClassCastException in DocumentBuilderIndexedEntity when using @AnalyzerDiscriminatorHSEARCH-443Resolved issue: HSEARCH-443Emmanuel Bernard
- Custom LockFactory loading should use PluginLoaderHSEARCH-441Resolved issue: HSEARCH-441Sanne Grinovero
- FSSlaveDirectoryProvider creates a wrong index directory in case the current marker file does not existHSEARCH-440Resolved issue: HSEARCH-440Hardy Ferentschik
- When using Thread bound sessions, Hibernate Search FTSession creation fails if out of transactionHSEARCH-437Resolved issue: HSEARCH-437Emmanuel Bernard
- Update the Getting Started section of the documentationHSEARCH-428Resolved issue: HSEARCH-428Emmanuel Bernard
- Make the hibernate-search-artifact directory a proper maven moduleHSEARCH-427Resolved issue: HSEARCH-427Hardy Ferentschik
- Properly implement delegation for FullTextEntityManager, FullTextSession and FullTextQuery methods of the new Hibernate versionHSEARCH-422Resolved issue: HSEARCH-422Emmanuel Bernard
- Write documentation for JGroups based configuration (Lukasz Moren)HSEARCH-409Resolved issue: HSEARCH-409Sanne Grinovero
- Update pom.xml to include database profiles for QA LabHSEARCH-365Resolved issue: HSEARCH-365Juraci Paixão Kröhling
40 of 40
circular graphs of IndexedEmbedded might break MassIndexer
Fixed
Description
Details
Assignee
UnassignedUnassignedReporter
Sanne GrinoveroSanne GrinoveroOriginal estimate
Time tracking
No time logged2h remainingComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Sanne Grinovero
Sanne GrinoveroOriginal estimate
Time tracking
No time logged2h remaining
Components
Fix versions
Affects versions
Priority
Created May 30, 2010 at 10:37 PM
Updated September 11, 2011 at 6:19 PM
Resolved May 30, 2010 at 10:48 PM
Activity
Sanne GrinoveroJuly 22, 2010 at 10:40 AM
still needs backport merging in 3.2.x branch from trunk
I could reproduce the following forum post: https://forum.hibernate.org/viewtopic.php?f=9&t=1004813
It appears that if two root entities which are sequentially indexed by the MassIndexer are sharing pointers to a same EntityKey but where loaded from different threads, they will attempt to add to the same session different instances for the same identifier.