You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2015/01/23 23:22:34 UTC

[jira] [Created] (KAFKA-1896) Record size funcition of record in mirror maker hit NPE when the message value is null.

Jiangjie Qin created KAFKA-1896:
-----------------------------------

             Summary: Record size funcition of record in mirror maker hit NPE when the message value is null.
                 Key: KAFKA-1896
                 URL: https://issues.apache.org/jira/browse/KAFKA-1896
             Project: Kafka
          Issue Type: Bug
            Reporter: Jiangjie Qin
            Assignee: Jiangjie Qin


The byte bounded queue should not assume the message value is not null. For compacted topics, the tombstone message will have a null value, which lead to an NPE. 



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