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/10/13 17:00:26 UTC

[jira] [Created] (KAFKA-4300) NamedCache throws an NPE when evict is called and the cache is empty

Damian Guy created KAFKA-4300:
---------------------------------

             Summary: NamedCache throws an NPE when evict is called and the cache is empty
                 Key: KAFKA-4300
                 URL: https://issues.apache.org/jira/browse/KAFKA-4300
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 0.10.1.0
            Reporter: Damian Guy
            Assignee: Damian Guy
             Fix For: 0.10.1.0


evict can be called on a NamedCache even though it is empty. This is due to the shared nature of the outer ThreadCache. Currently if evict is called on an empty NamedCache it will throw a NullPointerException



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)