[jira] [Resolved] (KAFKA-19427) The __consumer_offsets topic applies the broker configuration message.max.bytes, which may cause the coordinator broker to allocate too much memory and cause OOM

2025-07-16 Thread Chia-Ping Tsai (Jira)
ion > message.max.bytes, which may cause the coordinator broker to allocate too > much memory and cause OOM > - > >

Re: message.max.bytes

2019-06-16 Thread M. Manna
issues. Thanks, Thanks, On Sun, 16 Jun 2019 at 11:39, 王双双 wrote: > Hello everyone, > I have recently encountered a problem with the parameter > 'message.max.bytes'. Here are the details: There are 1000 messages that I > have not consumed, each message is 7KB, and a log

message.max.bytes

2019-06-16 Thread 王双双
Hello everyone, I have recently encountered a problem with the parameter 'message.max.bytes'. Here are the details: There are 1000 messages that I have not consumed, each message is 7KB, and a log under the topic is 106MB. I altered the parameter 'message.max.bytes' from

[jira] [Created] (KAFKA-1844) Topic message.max.bytes can be larger than the replica.fetch.max.bytes

2015-01-07 Thread Sriharsha Chintalapani (JIRA)
Sriharsha Chintalapani created KAFKA-1844: - Summary: Topic message.max.bytes can be larger than the replica.fetch.max.bytes Key: KAFKA-1844 URL: https://issues.apache.org/jira/browse/KAFKA-1844

[jira] [Commented] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-12-12 Thread Jun Rao (JIRA)
llow customizing max.message.size per topic. Such customization may break downstream consumers like MirrorMaker. I am not sure if there is a strong use case for the per topic customization. > Brokers should make sure replica.fetch.max.bytes >= message

[jira] [Commented] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-12-02 Thread Sriharsha Chintalapani (JIRA)
nrao] Any thoughts on proposed approach adding an api to return broker config > Brokers should make sure replica.fetch.max.bytes >= message.max.bytes > - > > Key: KAFKA-1273 >

[jira] [Commented] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-12-02 Thread Jun Rao (JIRA)
. We can probably just create a new jira. > Brokers should make sure replica.fetch.max.bytes >= message.max.bytes > - > > Key: KAFKA-1273 > URL: https://issues.apache.org/

[jira] [Commented] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-11-26 Thread Neha Narkhede (JIRA)
e as well. [~junrao], are you able to? > Brokers should make sure replica.fetch.max.bytes >= message.max.bytes > - > > Key: KAFKA-1273 > URL: https://issues.apache.org/jira/browse/KAFKA

[jira] [Commented] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-11-26 Thread Sriharsha Chintalapani (JIRA)
option is to add an api that return a configResponse which contains all the server.properties that user defined along with defaults. Please let me know what you think about these approaches. > Brokers should make sure replica.fetch.max

[jira] [Commented] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-11-26 Thread Sriharsha Chintalapani (JIRA)
s. I am able to reproduce this . [~nehanarkhede] I don't think I've permissions to re-open the JIRA. Could you please re-open , I'll send a patch. Thanks. > Brokers should make sure replica.fetch.max.byte

[jira] [Commented] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-11-25 Thread Sriharsha Chintalapani (JIRA)
Yes. working on reproducing it. > Brokers should make sure replica.fetch.max.bytes >= message.max.bytes > - > > Key: KAFKA-1273 > URL: https://issues.apache.org/jira/browse/KAFKA-1273

[jira] [Updated] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-11-25 Thread Neha Narkhede (JIRA)
tes >= message.max.bytes > - > > Key: KAFKA-1273 > URL: https://issues.apache.org/jira/browse/KAFKA-1273 > Project: Kafka > Issue Type: Bug > Component

[jira] [Commented] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-11-25 Thread Patrick Lucas (JIRA)
you override message.max.bytes in the config file it complains on startup, but Kafka allows you to modify this value per-topic. I have a topic with a higher value of message.max.bytes, and it was very difficult to diagnose why its replicas could not stay in sync. > Brokers should ma

[jira] [Closed] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-05-11 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede closed KAFKA-1273. > Brokers should make sure replica.fetch.max.bytes >= message.max

[jira] [Commented] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-05-05 Thread sriharsha chintalapani (JIRA)
duce this in the trunk as kafka-server-start.sh fails to start the broker throwing java.lang.IllegalArgumentException: requirement failed: replica.fetch.max.bytes has value 1024 which is not in the range (2048,2147483647). its checking if the replica.fetch.max.bytes >= message.max.bytes. &g

[jira] [Updated] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-02-24 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-1273: --- Labels: newbie (was: ) > Brokers should make sure replica.fetch.max.bytes >= message.max

[jira] [Created] (KAFKA-1273) Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

2014-02-19 Thread Dong Zhong (JIRA)
Dong Zhong created KAFKA-1273: - Summary: Brokers should make sure replica.fetch.max.bytes >= message.max.bytes Key: KAFKA-1273 URL: https://issues.apache.org/jira/browse/KAFKA-1273 Project: Ka

[jira] [Updated] (KAFKA-995) Enforce that the value for replica.fetch.max.bytes is always >= the value for message.max.bytes

2013-09-10 Thread Jun Rao (JIRA)
) > Enforce that the value for replica.fetch.max.bytes is always >= the value for > message.max.bytes > --- > > Key: KAFKA-995 > URL: https://issues.apache.

[jira] [Assigned] (KAFKA-995) Enforce that the value for replica.fetch.max.bytes is always >= the value for message.max.bytes

2013-08-28 Thread Jun Rao (JIRA)
ue for > message.max.bytes > --- > > Key: KAFKA-995 > URL: https://issues.apache.org/jira/browse/KAFKA-995 > Project: Kafka >

[jira] [Commented] (KAFKA-995) Enforce that the value for replica.fetch.max.bytes is always >= the value for message.max.bytes

2013-08-03 Thread Jay Kreps (JIRA)
hat the value for replica.fetch.max.bytes is always >= the value for > message.max.bytes > --- > > Key: KAFKA-995 > URL: https://issues.apache.

[jira] [Updated] (KAFKA-995) Enforce that the value for replica.fetch.max.bytes is always >= the value for message.max.bytes

2013-08-03 Thread Jay Kreps (JIRA)
ue for > message.max.bytes > --- > > Key: KAFKA-995 > URL: https://issues.apache.org/jira/browse/KAFKA-995 > Project: Kafka >

[jira] [Updated] (KAFKA-995) Enforce that the value for replica.fetch.max.bytes is always >= the value for message.max.bytes

2013-08-01 Thread Sam Meder (JIRA)
is always >= the value for > message.max.bytes > --- > > Key: KAFKA-995 > URL: https://issues.apache.org/jira/browse/KAFKA-995 > Project: Kaf

[jira] [Updated] (KAFKA-995) Enforce that the value for replica.fetch.max.bytes is always >= the value for message.max.bytes

2013-08-01 Thread Sam Meder (JIRA)
ays >= the value for > message.max.bytes > --- > > Key: KAFKA-995 > URL: https://issues.apache.org/jira/browse/KAFKA-995 > Project: Kaf

[jira] [Created] (KAFKA-995) Enforce that the value for replica.fetch.max.bytes is always >= the value for message.max.bytes

2013-08-01 Thread Sam Meder (JIRA)
Sam Meder created KAFKA-995: --- Summary: Enforce that the value for replica.fetch.max.bytes is always >= the value for message.max.bytes Key: KAFKA-995 URL: https://issues.apache.org/jira/browse/KAFKA-