Bug 780387 (SOA-2807)

Summary: clearCache("QUERY_SERVICE_RESULT_SET_CACHE") - in ER7 - totalEntries is not reset to zero
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Len DiMaggio <ldimaggi>
Component: EDSAssignee: Van Halbert <vhalbert>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0.ER7CC: ldimaggi
Target Milestone: ---Keywords: Regression
Target Release: 5.1.0.CR1   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2807
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-02 21:13:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Len DiMaggio 2011-01-18 20:59:36 UTC
project_key: SOA

Regression relative to ER6 - the totalEntries property is not being reset

groovy:000> connectAsAdmin("mms://localhost:31443", "admin", "admin", "testing")
===> null

groovy:000> getCacheStats("QUERY_SERVICE_RESULT_SET_CACHE")                     
===> hitRatio=0.0; totalEntries=1; requestCount=0

groovy:000> clearCache("QUERY_SERVICE_RESULT_SET_CACHE")                        
===> null

groovy:000> getCacheStats("QUERY_SERVICE_RESULT_SET_CACHE")
===> hitRatio=0.0; totalEntries=1; requestCount=0

Comment 1 Van Halbert 2011-01-18 20:59:37 UTC
Link: Added: This issue Cloned from SOA-2806


Comment 3 Len DiMaggio 2011-01-28 16:09:44 UTC
The fix for this bug is verified in ER8 - but - will wait to close this JIRA until SOA-2785 is fixed.


Comment 4 Len DiMaggio 2011-02-02 21:13:29 UTC
Fix verified in ER9 build.