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 17:39:58 UTC

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

     [ https://issues.apache.org/jira/browse/KAFKA-4516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damian Guy updated KAFKA-4516:
------------------------------
    Status: Patch Available  (was: Open)

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