[ https://issues.apache.org/jira/browse/KAFKA-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ismael Juma updated KAFKA-3580: ------------------------------- Resolution: Fixed Fix Version/s: 0.10.0.0 Status: Resolved (was: Patch Available) Issue resolved by pull request 1237 [https://github.com/apache/kafka/pull/1237] > 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 > Assignee: Manikumar Reddy > Fix For: 0.10.0.0 > > > 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)