You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2018/04/27 21:52:00 UTC

[jira] [Created] (KAFKA-6834) log cleaner should handle the case when the size of a message set is larger than the max message size

Jun Rao created KAFKA-6834:
------------------------------

             Summary: log cleaner should handle the case when the size of a message set is larger than the max message size
                 Key: KAFKA-6834
                 URL: https://issues.apache.org/jira/browse/KAFKA-6834
             Project: Kafka
          Issue Type: Bug
            Reporter: Jun Rao


In KAFKA-5316, we added the logic to allow a message (set) larger than the per topic message size to be written to the log during log cleaning. However, the buffer size in the log cleaner is still bounded by the per topic message size. This can cause the log cleaner to die and cause the broker to run out of disk space.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)