[hibernate-issues] [Hibernate-JIRA] Updated: (HSEARCH-476) Work queue contains the same operation multiple times and some add/delete operations have null primary keys

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Mar 29 11:15:31 EDT 2010


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

Emmanuel Bernard updated HSEARCH-476:
-------------------------------------

    Affects Version/s:     (was: 3.1.0.CR1)
                           (was: 3.1.0.GA)
        Fix Version/s: 3.2.0.Beta2
              Summary: Work queue contains the same operation multiple times and some add/delete operations have null primary keys  (was: Eventlisteners triggering mutiple times and on null primary keys)

> Work queue contains the same operation multiple times and some add/delete operations have null primary keys
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: HSEARCH-476
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-476
>             Project: Hibernate Search
>          Issue Type: Bug
>          Components: engine
>    Affects Versions: 3.1.1.GA, 3.2.0.Beta1
>            Reporter: Sanne Grinovero
>            Assignee: Emmanuel Bernard
>            Priority: Critical
>             Fix For: 3.2.0.Beta2
>
>         Attachments: test.log, testAndWorkaround.patch
>
>
> When persisting a non-trivial (but also not overly complex) entity graph many events are fired more than once, and several times while the primary key is not yet assigned. This causes much trouble in the workQueue: it might contain duplicate work, work about entities with null PK, and possibly even in a work order which results in an inconsistent index.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list