[
https://issues.apache.org/jira/browse/KAFKA-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xin Li updated KAFKA-6422:
--------------------------
Description:
https://github.com/apache/kafka/blob/0.10.0/core/src/main/scala/kafka/tools/MirrorMaker.scala#L414
when enable trace level log in mirror maker, if the message value is null, it
will throw null pointer exception, and mirror maker will shutdown because of
that.
was:
https://github.com/apache/kafka/blob/0.10.0/core/src/main/scala/kafka/tools/MirrorMaker.scala#L414
when enable trace level log in mirror maker, when the message value is null, it
will throw null pointer exception, and mirror maker will shutdown because of
that.
> When enable trace level log in mirror maker, it will throw null pointer
> exception and the mirror maker will shutdown
> --------------------------------------------------------------------------------------------------------------------
>
> Key: KAFKA-6422
> URL: https://issues.apache.org/jira/browse/KAFKA-6422
> Project: Kafka
> Issue Type: Bug
> Components: tools
> Affects Versions: 0.10.0.0, 0.10.1.0, 0.10.2.0, 0.11.0.0, 0.11.0.1,
> 0.11.0.2
> Reporter: Xin Li
> Priority: Minor
>
> https://github.com/apache/kafka/blob/0.10.0/core/src/main/scala/kafka/tools/MirrorMaker.scala#L414
> when enable trace level log in mirror maker, if the message value is null, it
> will throw null pointer exception, and mirror maker will shutdown because of
> that.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)