You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Pengwei (JIRA)" <ji...@apache.org> on 2016/04/15 11:56:25 UTC

[jira] [Created] (KAFKA-3562) Null Pointer Exception Found when delete topic and Using New Producer

Pengwei created KAFKA-3562:
------------------------------

             Summary: Null Pointer Exception Found when delete topic and Using New Producer
                 Key: KAFKA-3562
                 URL: https://issues.apache.org/jira/browse/KAFKA-3562
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 0.9.0.1, 0.9.0.0
            Reporter: Pengwei
            Priority: Minor
             Fix For: 0.10.0.1


Exception in thread “Thread-2” java.lang.NullPointerException
at org.apache.kafka.clients.producer.internals.DefaultPartitioner.partition(DefaultPartitioner.java:70)
at org.apache.kafka.clients.producer.KafkaProducer.partition(KafkaProducer.java:687)
at org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:432)
at com.huawei.kafka.internal.remove.ProducerMsgThread.run(ProducerMsgThread.java:36)



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