You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/12/09 16:11:58 UTC

[jira] [Created] (KAFKA-4516) When a CachingStateStore is closed it should clear its associated NamedCache. Subsequent queries should throw InvalidStateStoreException

Damian Guy created KAFKA-4516:
---------------------------------

             Summary: 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)