[hibernate-issues] [Hibernate-JIRA] Updated: (HSEARCH-662) Re-indexing failure in @IndexedEmbedded entities in @ManyToOne relationship

Sanne Grinovero (JIRA) noreply at atlassian.com
Tue Aug 9 15:26:02 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanne Grinovero updated HSEARCH-662:
------------------------------------

    Suitable for new contributors: [Yes, likely]
                         Priority: Critical  (was: Blocker)
                    Fix Version/s: 4.0.0.Alpha1
                                   3.4.1

> Re-indexing failure in @IndexedEmbedded entities in @ManyToOne relationship
> ---------------------------------------------------------------------------
>
>                 Key: HSEARCH-662
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-662
>             Project: Hibernate Search
>          Issue Type: Bug
>          Components: engine
>    Affects Versions: 3.3.0.Final
>         Environment: Hibernate 3.6.0
>            Reporter: Kyrill Alyoshin
>            Priority: Critical
>             Fix For: 3.4.1, 4.0.0.Alpha1
>
>         Attachments: hibernate_search_bug.zip
>
>
> What is happening seems to be this:
> Let's say we have an @Indexed entity called Son. It has @IndexedEmbedded parent property called Dad in @ManyToOne relationship. Dad is @ContainedIn and has @Field on one of its fields. I am demonstrating a condition when more than one Dads are updated in a single session, only one would be re-indexed, the rest will fail to be re-indexed.
> I am attaching a simple IDEA project that clearly demonstrates what is going on. I believe that this is a very serious bug. (Note: I removed hibernate-3.6.0.jar from the lib directory to minimize the size of the zip file under 10M, the rest of the jars are there).
> Please run BugDemonstrationTest#showBug test method to see everything. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list