Bug 780387 (SOA-2807) - clearCache("QUERY_SERVICE_RESULT_SET_CACHE") - in ER7 - totalEntries is not reset to zero
Summary: clearCache("QUERY_SERVICE_RESULT_SET_CACHE") - in ER7 - totalEntries is not r...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-2807
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: EDS
Version: 5.1.0.ER7
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.1.0.CR1
Assignee: Van Halbert
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-18 20:59 UTC by Len DiMaggio
Modified: 2011-02-02 21:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-02 21:13:29 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-2807 0 None None None Never

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.



Note You need to log in before you can comment on or make changes to this bug.