[ https://issues.apache.org/jira/browse/KAFKA-4516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guozhang Wang updated KAFKA-4516: --------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request 2235 [https://github.com/apache/kafka/pull/2235] > When a CachingStateStore is closed it should clear its associated NamedCache. > Subsequent queries should throw InvalidStateStoreException > ---------------------------------------------------------------------------------------------------------------------------------------- > > Key: KAFKA-4516 > URL: https://issues.apache.org/jira/browse/KAFKA-4516 > Project: Kafka > Issue Type: Bug > Components: streams > Affects Versions: 0.10.1.0 > Reporter: Damian Guy > Assignee: Damian Guy > Fix For: 0.10.2.0 > > > When close is called on a CachingStateStore we don't release the memory it is > using in the Cache. This could result in the cache being full of data that is > redundant. We also still allow queries on the CachedStateStore even though it > has been closed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)