You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2017/07/13 03:47:01 UTC

[jira] [Resolved] (KAFKA-5584) Incorrect log size for topics larger than 2 GB

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

Ismael Juma resolved KAFKA-5584.
--------------------------------
    Resolution: Fixed

> Incorrect log size for topics larger than 2 GB
> ----------------------------------------------
>
>                 Key: KAFKA-5584
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5584
>             Project: Kafka
>          Issue Type: Bug
>          Components: log
>            Reporter: Gregor Uhlenheuer
>            Priority: Critical
>              Labels: reliability
>             Fix For: 0.11.0.1
>
>         Attachments: Screen Shot 2017-07-12 at 09.10.53.png
>
>
> The {{size}} of a {{Log}} is calculated incorrectly due to an Integer overflow. For large topics (larger than 2 GB) this value overflows.
> This is easily observable in the reported metrics values of the path {{log.Log.partition.*.topic.<topicname>.Size}} (see attached screenshot).
> Moreover I think this breaks the size-based retention (via {{log.retention.bytes}} and {{retention.bytes}}) of large topics as well.
> I am not sure on the recommended workflow, should I open a pull request on github with a fix?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)