[ https://issues.apache.org/jira/browse/KAFKA-4516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15743831#comment-15743831 ]
ASF GitHub Bot commented on KAFKA-4516: --------------------------------------- Github user asfgit closed the pull request at: 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)