CacheConcurrencyStrategy should be READ_WRITE and not TRANSACTIONAL

Bug #617127 reported by chris grzegorczyk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Eucalyptus
Fix Released
Undecided
chris grzegorczyk
eucalyptus (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Objects stored in the database are tagged with a CacheConcurrencyStrategy which is not supported by the cache (ehcache) and must be READ_WRITE.

So in all cases:
- @Cache( usage = CacheConcurrencyStrategy.TRANSACTIONAL )
+ @Cache( usage = CacheConcurrencyStrategy.READ_WRITE )

Changed in eucalyptus:
assignee: nobody → chris grzegorczyk (chris-grze)
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package eucalyptus - 2.0~bzr1230-0ubuntu1

---------------
eucalyptus (2.0~bzr1230-0ubuntu1) maverick; urgency=low

  * New upstream merge, r1230 - bug fixes:
    - (LP: #617127, #611769, #617032, #613033, #613033, #584497)
  * debian/patches/18-priv_security.patch: Added *_iscsitarget.pl scripts to
    the wrappers.conf whitelist. (LP: #615646)
  * debian/patches/15-fix-default-ramdisk.patch: Dropped, fixed applied upstream.
 -- Dave Walker (Daviey) <email address hidden> Fri, 13 Aug 2010 11:25:25 +0100

Changed in eucalyptus (Ubuntu):
status: New → Fix Released
Changed in eucalyptus:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.