[teiid-issues] [JBoss JIRA] Commented: (TEIID-1442) clearCache("QUERY_SERVICE_RESULT_SET_CACHE") - in ER7 - totalEntries is not reset to zero

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Jan 18 16:22:49 EST 2011


    [ https://issues.jboss.org/browse/TEIID-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576377#comment-12576377 ] 

Steven Hawkins commented on TEIID-1442:
---------------------------------------

This is under the all profile correct with distributed cache turned on?
Is the totalEntries ever 0?

> 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: AdminApi
>    Affects Versions: 7.1.1
>            Reporter: Len DiMaggio
>
> 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: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list