[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5158) UpdateTimestampsCache is not invalidated for bulk operations

Gail Badner (JIRA) noreply at atlassian.com
Tue Apr 27 18:17:34 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36738#action_36738 ] 

Gail Badner commented on HHH-5158:
----------------------------------

Anders,

Can you try adding a test to BulkManipulationTest (http://anonsvn.jboss.org/repos/hibernate/core/trunk/testsuite/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java) that reproduces this issue?

I know that there are some other issues returned by that filter that have to do with caching. It would really help to know if fixing this issue would fix any of those issues as well.

Thanks,
Gail


> UpdateTimestampsCache is not invalidated for bulk operations
> ------------------------------------------------------------
>
>                 Key: HHH-5158
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5158
>             Project: Hibernate Core
>          Issue Type: Patch
>          Components: core
>    Affects Versions: 3.5.1
>         Environment: 3.5.1, any database
>            Reporter: Anders Wallgren
>            Priority: Critical
>         Attachments: HHH-5158.patch
>
>
> {{ActionQueue.addAction(BulkOperationCleanupAction cleanupAction)}} doesn't retain the cleanupAction to be executed.
> Since the {{BulkOperationCleanupAction}} is never executed, the property spaces (aka {{BulkOperationCleanupAction.affectedTablespaces}} are never invalidated, as that's done in execute.

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