[ https://issues.apache.org/jira/browse/KAFKA-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260188#comment-15260188 ]
ASF GitHub Bot commented on KAFKA-3580: --------------------------------------- Github user asfgit closed the pull request at: 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)