You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gregoire Seux (JIRA)" <ji...@apache.org> on 2012/08/03 09:12:03 UTC

[jira] [Updated] (KAFKA-436) Multifetch response size overflow

     [ https://issues.apache.org/jira/browse/KAFKA-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregoire Seux updated KAFKA-436:
--------------------------------

    Description: 
Fetchsize parameter is per partition in fetch requests. 
This makes the size of response unpredicatable and thus might overflow.

(original email : http://mail-archives.apache.org/mod_mbox/incubator-kafka-users/201208.mbox/%3C416A89FBBC95114F8B2D2E91781541E9638B201E%40SRVEX02.criteois.lan%3E   )

Two propositions : 
- fetch size is only a hint, broker will ensure that it w'ont overflow (maybe not sending too much data)
- broker respect fetchsize as a global limit and not by partition



  was:
Fetchsize parameter is per partition in fetch requests. 
This makes the size of response unpredicatable and thus might overflow.

(original email : http://mail-archives.apache.org/mod_mbox/incubator-kafka-users/201208.mbox/%3C416A89FBBC95114F8B2D2E91781541E9638B201E%40SRVEX02.criteois.lan%3E)

Two propositions : 
- fetch size is only a hint, broker will ensure that it w'ont overflow (maybe not sending too much data)
- broker respect fetchsize as a global limit and not by partition



    
> Multifetch response size overflow
> ---------------------------------
>
>                 Key: KAFKA-436
>                 URL: https://issues.apache.org/jira/browse/KAFKA-436
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.8, 0.7.1
>            Reporter: Gregoire Seux
>
> Fetchsize parameter is per partition in fetch requests. 
> This makes the size of response unpredicatable and thus might overflow.
> (original email : http://mail-archives.apache.org/mod_mbox/incubator-kafka-users/201208.mbox/%3C416A89FBBC95114F8B2D2E91781541E9638B201E%40SRVEX02.criteois.lan%3E   )
> Two propositions : 
> - fetch size is only a hint, broker will ensure that it w'ont overflow (maybe not sending too much data)
> - broker respect fetchsize as a global limit and not by partition

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira