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

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


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43205#comment-43205 ] 

Sanne Grinovero commented on HSEARCH-662:
-----------------------------------------

Guillaume, thank you for confirming it, useful to know that 3.4 final is affected too, and your analysis is very helpfull.

Kyrill, sorry for having overlooked this. I'll schedule this for the next release 4.0.0.Alpha1, but since we're very close I might need to move it to Alpha2. At least by keeping it in the pipeline we won't overlook it for long.

Is any of you interested in proposing the fix & test as a patch or pull request?


> 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: Blocker
>         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