You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Michael Dick (JIRA)" <ji...@apache.org> on 2010/01/22 18:51:21 UTC

[jira] Updated: (OPENJPA-1247) WriteBehindCallback sleepTime interval of one EMF datacache adversely impacting other EMF datacache

     [ https://issues.apache.org/jira/browse/OPENJPA-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dick updated OPENJPA-1247:
----------------------------------

        Fix Version/s:     (was: 2.0.0-M3)
                       2.1.0
    Affects Version/s:     (was: 2.0.0)
                       2.1.0

> WriteBehindCallback sleepTime interval of one EMF datacache adversely impacting other EMF datacache
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-1247
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1247
>             Project: OpenJPA
>          Issue Type: Sub-task
>          Components: writebehind
>    Affects Versions: 2.1.0
>            Reporter: Tim McConnell
>            Assignee: Donald Woods
>             Fix For: 2.1.0
>
>         Attachments: OPENJPA-1247.patch
>
>
> This problem surfaced when the WriteBehind configuration testcases introduced in OPENJPA-1237 caused the existing WriteBehind testcases in trunk to fail. Apparently, the WriteBehindCallback sleepTime interval of one EMF datacache is being used and adversely impacting other EMF datacaches. This is not the desired behavior as the WriteBehind datacache for each EMF should exist and function independently of any other WriteBehind datacache(s). The easiest way to demonstrate this failure is to increase the WriteBehindCallback sleepTime internval from 1000 to 15000 milliseconds in each of the testcases in TestWriteBehindConfigurations, as it will cause other WriteBehind testcases in trunk to fail. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.