[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-2928) optimizers for enhanced id generators should be synchronized against multi-threaded access

Maciej Baranowski (JIRA) noreply at atlassian.com
Mon Dec 10 21:48:56 EST 2007


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

Maciej Baranowski updated HHH-2928:
-----------------------------------

    Attachment: NoopOptimizerTest.java

Here is a quite simple test case which should help to reproduce the problem. As I mentioned earlier it may be necessary  to add some Thread.sleep() before line:

            return make( lastSourceValue );

in NoopOptimizer.generate() method.



> optimizers for enhanced id generators should be synchronized against multi-threaded access
> ------------------------------------------------------------------------------------------
>
>                 Key: HHH-2928
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2928
>             Project: Hibernate3
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.2.5
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.2.6, 3.3
>
>         Attachments: NoopOptimizerTest.java
>
>
> Currently the optimizers do not serialize access to their internal state when applying their optimizations.  This only affects the pooled and hilo optimizers.

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