-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KAFKA-6422 Mirror maker will throw null pointer exception when the message value is null #4387
KAFKA-6422 Mirror maker will throw null pointer exception when the message value is null #4387
Conversation
Thanks for the patch, LGTM. Since this is a bug, would you mind creating a JIRA? That makes it easier for people who hit this to find the fix and which releases include it. |
@hachikuji will do that for sure. here is the task https://issues.apache.org/jira/browse/KAFKA-6422, let me know if there has anything else I can do. |
LGTM |
Looks good to me. |
retest this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the patch!
I'm going to go ahead and merge this since the jenkins failures seem to be environmental. |
…ssage value is null (#4387) Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>, James Cheng <jylcheng@yahoo.com>, Jason Gustafson <jason@confluent.io>
KAFKA-6422 Mirror maker will throw null pointer exception when the message value is null (apache#4387) Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>, James Cheng <jylcheng@yahoo.com>, Jason Gustafson <jason@confluent.io>
when enable trace level log in mirror maker, if the message value is null. it will throw null pointer exception and shutdown the mirror maker.