Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1442

clearCache("QUERY_SERVICE_RESULT_SET_CACHE") - in ER7 - totalEntries is not reset to zero

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.1, 7.3
    • 7.1.1, 7.2
    • Server
    • None
    • Low

    Description

      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

      Attachments

        Activity

          People

            rhn-engineering-rareddy Ramesh Reddy
            ldimaggi@redhat.com Len DiMaggio
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: