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

2018-05-09 Thread Rajini Sivaram (JIRA)
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.apac

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

2018-04-27 Thread Jun Rao (JIRA)
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

[jira] [Commented] (KAFKA-4019) LogCleaner should grow read/write buffer to max message size for the topic

2016-10-03 Thread ASF GitHub Bot (JIRA)
uest at: https://github.com/apache/kafka/pull/1758 > LogCleaner should grow read/write buffer to max message size for the topic > -- > > Key: KAFKA-4019 > URL: https://iss

[jira] [Updated] (KAFKA-4019) LogCleaner should grow read/write buffer to max message size for the topic

2016-10-03 Thread Jason Gustafson (JIRA)
request 1758 [https://github.com/apache/kafka/pull/1758] > LogCleaner should grow read/write buffer to max message size for the topic > -- > > Key: KAFKA-4019 > URL: https://issues.

[jira] [Resolved] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2016-10-03 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-1756. Resolution: Not A Problem > never allow the replica fetch size to be less than the max message s

[jira] [Commented] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2016-10-03 Thread Ismael Juma (JIRA)
P-74, if the first message in the first non-empty partition of the fetch is returned even if it's larger than the fetch limits set by the consumer or a replica. > never allow the replica fetch size to be less than the max

[jira] [Updated] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2016-10-03 Thread Gwen Shapira (JIRA)
max message size > --- > > Key: KAFKA-1756 > URL: https://issues.apache.org/jira/browse/KAFKA-1756 > Project: Kafka > Issue Type: Bug >Affects Ve

[jira] [Updated] (KAFKA-4019) LogCleaner should grow read/write buffer to max message size for the topic

2016-09-27 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4019: --- Priority: Critical (was: Major) > LogCleaner should grow read/write buffer to max message size

[jira] [Created] (KAFKA-4203) Java producer default max message size does not align with broker default

2016-09-21 Thread Grant Henke (JIRA)
Grant Henke created KAFKA-4203: -- Summary: Java producer default max message size does not align with broker default Key: KAFKA-4203 URL: https://issues.apache.org/jira/browse/KAFKA-4203 Project: Kafka

[jira] [Commented] (KAFKA-4019) LogCleaner should grow read/write buffer to max message size for the topic

2016-09-17 Thread Ismael Juma (JIRA)
.1.0. > 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:

[jira] [Updated] (KAFKA-4019) LogCleaner should grow read/write buffer to max message size for the topic

2016-09-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4019: --- Fix Version/s: 0.10.1.0 > LogCleaner should grow read/write buffer to max message size for the to

[jira] [Updated] (KAFKA-4019) LogCleaner should grow read/write buffer to max message size for the topic

2016-08-22 Thread Rajini Sivaram (JIRA)
nents: core >Affects Versions: 0.10.0.0 >Reporter: Jun Rao >Assignee: Rajini Sivaram > > 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

[jira] [Commented] (KAFKA-4019) LogCleaner should grow read/write buffer to max message size for the topic

2016-08-18 Thread ASF GitHub Bot (JIRA)
pull request: https://github.com/apache/kafka/pull/1758 KAFKA-4019: Update log cleaner to handle max message size of topics Grow read and write buffers of cleaner up to the maximum message size of the log being cleaned if the topic has larger max message size than the default config of

[jira] [Assigned] (KAFKA-4019) LogCleaner should grow read/write buffer to max message size for the topic

2016-08-17 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram reassigned KAFKA-4019: - Assignee: Rajini Sivaram > LogCleaner should grow read/write buffer to max message s

[jira] [Created] (KAFKA-4019) LogCleaner should grow read/write buffer to max message size for the topic

2016-08-04 Thread Jun Rao (JIRA)
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

[jira] [Resolved] (KAFKA-598) decouple fetch size from max message size

2015-12-17 Thread Gwen Shapira (JIRA)
ons: 0.8.0 >Reporter: Jun Rao >Assignee: Joel Koshy >Priority: Blocker > Labels: p4 > Attachments: KAFKA-598-v1.patch, KAFKA-598-v2.patch, > KAFKA-598-v3.patch > > > Currently, a consumer has to set fetch siz

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2015-11-05 Thread Stevo Slavic (JIRA)
.0.0 allow easier detecting of "there's larger message then fetch size" situation, and using different fetch size for different requests programmatically? > decouple fetch size from max message size > - > > Key: KAFKA-5

[jira] [Updated] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2015-08-19 Thread Gwen Shapira (JIRA)
max message size > --- > > Key: KAFKA-1756 > URL: https://issues.apache.org/jira/browse/KAFKA-1756 > Project: Kafka > Issue Type: Bug >Affects Ve

[jira] [Commented] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2015-02-02 Thread Tong Li (JIRA)
#x27;t we just use one? If not, in the program we can always use the one which is the greater of the two. Seems we can solve that issue relatively easy. > never allow the replica fetch size to be less than the max

[jira] [Commented] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2015-01-07 Thread Joe Stein (JIRA)
obal configuration management (where we store broker configs in ZK) https://issues.apache.org/jira/browse/KAFKA-1786 so once that is done it should make this easier to implement. > never allow the replica fetch size to be less than the max messa

[jira] [Commented] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2015-01-07 Thread Sriharsha Chintalapani (JIRA)
As [~gwenshap] suggested if storing server config in zookeeper is too much of a work how about opening up a kafka api which returns broker config and topic command can use that. > never allow the replica fetch size to be less than the max messa

[jira] [Updated] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2014-11-10 Thread Joe Stein (JIRA)
ess than the max message size > --- > > Key: KAFKA-1756 > URL: https://issues.apache.org/jira/browse/KAFKA-1756 > Project: Kafka > Issue Type: Bug >A

[jira] [Commented] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2014-11-10 Thread Jun Rao (JIRA)
ntly only maxMessageSize will make use of it. Also, it's probably too big a change for 0.8.2. > never allow the replica fetch size to be less than the max message size > --- > > Key: KAFKA-1756

[jira] [Commented] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2014-11-06 Thread Gwen Shapira (JIRA)
s to persist their configs in their respective ZK nodes, so we can validate topic configs against broker configs? > never allow the replica fetch size to be less than the max message size > --- > >

[jira] [Commented] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2014-11-06 Thread Jun Rao (JIRA)
vel config. My point is that we probably shouldn't make max.message.size a topic level config given the implication to downstream consumers such as mirrormaker and the replica fetchers. > never allow the replica fetch size to be less tha

[jira] [Commented] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2014-11-05 Thread Gwen Shapira (JIRA)
hout bouncing the entire cluster is the main benefit of the topic-level config. > never allow the replica fetch size to be less than the max message size > --- > > Key: KAFKA-1756 >

[jira] [Commented] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2014-11-05 Thread Jun Rao (JIRA)
ytes a topic level config. This makes replica fetchers as well as tools like MirrorMaker harder to configure since they have to be aware of all per topic level values. I am not sure if there is a strong use case to customize a different max message size per topic. > never allow the replic

[jira] [Created] (KAFKA-1756) never allow the replica fetch size to be less than the max message size

2014-11-05 Thread Joe Stein (JIRA)
Joe Stein created KAFKA-1756: Summary: never allow the replica fetch size to be less than the max message size Key: KAFKA-1756 URL: https://issues.apache.org/jira/browse/KAFKA-1756 Project: Kafka

Re: Max Message Size issue

2014-05-16 Thread Jun Rao
You need to change max.message.size on the brokers. Thanks, Jun On Fri, May 16, 2014 at 11:02 AM, Bhavesh Mistry wrote: > Hi Kafka Dev Group, > > We are using Kafka version 0.8 and I am getting following exception: > > > WARN warn, Produce request with correlation id 1617 failed due to > [r

Re: Max Message Size issue

2014-05-16 Thread Lucas Zago
>From the documentation, the correct is message.max.bytes ​Regards​ -- Lucas Zago 48 9617 6763

Max Message Size issue

2014-05-16 Thread Bhavesh Mistry
Hi Kafka Dev Group, We are using Kafka version 0.8 and I am getting following exception: WARN warn, Produce request with correlation id 1617 failed due to [rawlog,19]: kafka.common.MessageSizeTooLargeException WARN warn, Produce request with correlation id 1819 failed due to [rawlog,24]: kaf

Re: Max Message Size

2014-05-14 Thread Darion Yaphet
max.message.bytes This is largest message size Kafka will allow to be appended to this topic. Note that if you increase this size you must also increase your consumer's fetch size so they can fetch messages this large. When the message length is larger than max,message.bytes maybe throw an excep

Max Message Size

2014-05-14 Thread Bhavesh Mistry
Hi Kafka Team, Is there any message size limitation from producer side ? If there, is what happens to message, does it get truncated or message is lost ? Thanks, Bhavesh

[jira] [Resolved] (KAFKA-298) Go Client support max message size

2013-04-04 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-298. --- Resolution: Won't Fix > Go Client support max mess

[jira] [Closed] (KAFKA-298) Go Client support max message size

2013-04-04 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao closed KAFKA-298. - > Go Client support max message size > -- > > Ke

[jira] [Commented] (KAFKA-298) Go Client support max message size

2013-04-04 Thread Colin B. (JIRA)
are no longer being maintained in the main project. Please close. Won't Fix. > Go Client support max message size > -- > > Key: KAFKA-298 > URL: https://issues.apache.org/jira/browse/KAFKA-298 >

[jira] [Updated] (KAFKA-598) decouple fetch size from max message size

2013-01-21 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede updated KAFKA-598: Labels: p4 (was: ) > decouple fetch size from max message s

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2013-01-11 Thread Joel Koshy (JIRA)
). I haven't had time to look at this lately, but if people are okay with the above, then I can revisit one of the earlier revisions of the patches. > decouple fetch size from max message size > - > > Ke

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2013-01-11 Thread Neha Narkhede (JIRA)
0.8 ? > decouple fetch size from max message size > - > > Key: KAFKA-598 > URL: https://issues.apache.org/jira/browse/KAFKA-598 > Project: Kafka > Issue Type: Bug > C

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2012-12-19 Thread Joel Koshy (JIRA)
use a larger fetch size. > decouple fetch size from max message size > - > > Key: KAFKA-598 > URL: https://issues.apache.org/jira/browse/KAFKA-598 > Project: Kafka >

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2012-12-19 Thread Jun Rao (JIRA)
ze from max message size > - > > Key: KAFKA-598 > URL: https://issues.apache.org/jira/browse/KAFKA-598 > Project: Kafka > Issue Type: Bug > Components: core >Affects Vers

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2012-12-19 Thread Joel Koshy (JIRA)
her manager is currently managing and just return the size of the set. > decouple fetch size from max message size > - > > Key: KAFKA-598 > URL: https://issues.apache.org/jira/browse/KAFKA-598

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2012-12-19 Thread Jun Rao (JIRA)
Scala doc didn't say HashMap.size() is linear to # of entries. If this is just a limitation in scala 2.8. I suggest that we just pay the overhead of traversing the map for now. Typically, the # of fetcher threads is small. > decouple fetch size fro

[jira] [Updated] (KAFKA-598) decouple fetch size from max message size

2012-12-14 Thread Joel Koshy (JIRA)
chose that over a method only to avoid traversal (for each request) to determine the count. > decouple fetch size from max message size > - > > Key: KAFKA-598 > URL: https://issues.apache.org/ji

[jira] [Updated] (KAFKA-598) decouple fetch size from max message size

2012-12-05 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-598: -- Priority: Blocker (was: Major) > decouple fetch size from max message s

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2012-12-05 Thread Jun Rao (JIRA)
efault MaxQueuedChunks 1. > decouple fetch size from max message size > - > > Key: KAFKA-598 > URL: https://issues.apache.org/jira/browse/KAFKA-598 > Project: Kafka > Issue Type: Bug >

[jira] [Updated] (KAFKA-598) decouple fetch size from max message size

2012-12-04 Thread Joel Koshy (JIRA)
plied to trunk as well (unless we decide it is not a "blocker" that should go only into trunk). After this, we can add the additional error code in the FetchResponse if people are okay with the overall approach. >

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2012-12-03 Thread Jay Kreps (JIRA)
at has infinite data to read can't starve out other partitions. > decouple fetch size from max message size > - > > Key: KAFKA-598 > URL: https://issues.apache.org/jira/browse/KAFKA-598 &

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2012-12-03 Thread Joel Koshy (JIRA)
ird option: keep fetch size as is, and issue pipelined fetch requests to build up and complete incomplete partition, one at a time. What do people think? > decouple fetch size from max message size > - > >

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2012-12-03 Thread Jun Rao (JIRA)
ing it as the number of topic/partitions changes. > decouple fetch size from max message size > - > > Key: KAFKA-598 > URL: https://issues.apache.org/jira/browse/KAFKA-598 > Proj

[jira] [Commented] (KAFKA-598) decouple fetch size from max message size

2012-12-03 Thread Jay Kreps (JIRA)
n case (though there are definitely I/O benefits). Let's figure this out and then I will do a more detailed review of the patch. > decouple fetch size from max message size > - > > Key: KAFKA-5

[jira] [Updated] (KAFKA-598) decouple fetch size from max message size

2012-11-30 Thread Joel Koshy (JIRA)
cking it. BTW, for the ReplicaFetchTest change to make sense I could have it expect to "fail" with a smaller upper fetch size, and then repeat with a higher upper fetch size, but that would add to the test duration - and it's not mocked out.