Jun Rao created KAFKA-4019:
------------------------------
Summary: LogCleaner should grow read/write buffer to max message
size for the topic
Key: KAFKA-4019
URL: https://issues.apache.org/jira/browse/KAFKA-4019
Project: Kafka
Issue Type: Bug
Components: core
Affects Versions: 0.10.0.0
Reporter: Jun Rao
Currently, the LogCleaner.growBuffers() only grows the buffer up to the default
max message size. However, since the max message size can be customized at the
topic level, LogCleaner should allow the buffer to grow up to the max message
allowed by the topic. Otherwise, the cleaner will get stuck on a large message.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)