]
RH Bugzilla Integration commented on ISPN-4301:
-----------------------------------------------
Dave Stahl <dstahl(a)redhat.com> changed the Status of [bug
Handle storeMetadata=false in JpaStore.process and JpaStore.purge
methods
-------------------------------------------------------------------------
Key: ISPN-4301
URL:
https://issues.jboss.org/browse/ISPN-4301
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 7.0.0.Alpha4
Reporter: Radim Vansa
Assignee: Dan Berindei
Labels: 63gablocker
Fix For: 7.0.0.Beta2
Even when storing metadata is disabled, JpaStore tries to fetch them in process (when ran
with fetchMetadata=true) and in purge, the code enumerating and removing the metadata is
executed even when there can't be any metadata.