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: Bug
Components: writebehind
Affects Versions: 2.0.0
Reporter: Tim McConnell
Assignee: Michael Dick
Fix For: 2.0.0
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.