Jun Rao created KAFKA-3580:
------------------------------
Summary: improve error logging in ReplicaFetchThread with
oversized message
Key: KAFKA-3580
URL: https://issues.apache.org/jira/browse/KAFKA-3580
Project: Kafka
Issue Type: Improvement
Affects Versions: 0.9.0.1
Reporter: Jun Rao
Currently, the follower will log the following if it encounters an oversized
message. It would be useful to include the affected topic/partition in the log.
Replication is failing due to a message that is greater than
replica.fetch.max.bytes. This " +
"generally occurs when the max.message.bytes has been overridden to
exceed this value and a suitably large " +
"message has also been sent. To fix this problem increase
replica.fetch.max.bytes in your broker config to be " +
"equal or larger than your settings for max.message.bytes, both at a
broker and topic level.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)