]
Ramesh Reddy updated TEIID-1442:
--------------------------------
Assignee: Ramesh Reddy
Fix Version/s: 7.1.1
7.3
Affects Version/s: 7.2
Complexity: Low
Component/s: Server
(was: AdminApi)
This only occurs in the "all" profile or any profile with JBoss Cache as
distributed cache.
clearCache("QUERY_SERVICE_RESULT_SET_CACHE") - in ER7 -
totalEntries is not reset to zero
-----------------------------------------------------------------------------------------
Key: TEIID-1442
URL:
https://issues.jboss.org/browse/TEIID-1442
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 7.1.1, 7.2
Reporter: Len DiMaggio
Assignee: Ramesh Reddy
Fix For: 7.1.1, 7.3
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
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: