You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Elben Shira (Created) (JIRA)" <ji...@apache.org> on 2012/02/24 17:18:48 UTC

[jira] [Created] (KAFKA-285) Increase maximum value of log.retention.size

Increase maximum value of log.retention.size
--------------------------------------------

                 Key: KAFKA-285
                 URL: https://issues.apache.org/jira/browse/KAFKA-285
             Project: Kafka
          Issue Type: Improvement
    Affects Versions: 0.7, 0.8, 0.7.1
            Reporter: Elben Shira
             Fix For: 0.8, 0.7.1


The log.retention.size property was retrieved as an Int, which means a maximum of Int.MaxValue (2 GB). This patch gets the property as a long.

--
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

        

[jira] [Updated] (KAFKA-285) Increase maximum value of log.retention.size

Posted by "Elben Shira (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elben Shira updated KAFKA-285:
------------------------------

    Attachment: KAFKA-285-0.7.patch

This is a clean patch on branches/0.7. The other one (KAFKA-285.patch) applies cleanly on trunk.
                
> Increase maximum value of log.retention.size
> --------------------------------------------
>
>                 Key: KAFKA-285
>                 URL: https://issues.apache.org/jira/browse/KAFKA-285
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.7, 0.8, 0.7.1
>            Reporter: Elben Shira
>              Labels: patch
>             Fix For: 0.8, 0.7.1
>
>         Attachments: KAFKA-285-0.7.patch, KAFKA-285.patch
>
>
> The log.retention.size property was retrieved as an Int, which means a maximum of Int.MaxValue (2 GB). This patch gets the property as a long.

--
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

        

[jira] [Closed] (KAFKA-285) Increase maximum value of log.retention.size

Posted by "Jun Rao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jun Rao closed KAFKA-285.
-------------------------

    
> Increase maximum value of log.retention.size
> --------------------------------------------
>
>                 Key: KAFKA-285
>                 URL: https://issues.apache.org/jira/browse/KAFKA-285
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.7, 0.8, 0.7.1
>            Reporter: Elben Shira
>              Labels: patch
>             Fix For: 0.8, 0.7.1
>
>         Attachments: KAFKA-285-0.7.patch, KAFKA-285.patch
>
>
> The log.retention.size property was retrieved as an Int, which means a maximum of Int.MaxValue (2 GB). This patch gets the property as a long.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KAFKA-285) Increase maximum value of log.retention.size

Posted by "Jun Rao (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jun Rao updated KAFKA-285:
--------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thanks for the patch, Elben. Just committed the patch to trunk.
                
> Increase maximum value of log.retention.size
> --------------------------------------------
>
>                 Key: KAFKA-285
>                 URL: https://issues.apache.org/jira/browse/KAFKA-285
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.7, 0.8, 0.7.1
>            Reporter: Elben Shira
>              Labels: patch
>             Fix For: 0.8, 0.7.1
>
>         Attachments: KAFKA-285-0.7.patch, KAFKA-285.patch
>
>
> The log.retention.size property was retrieved as an Int, which means a maximum of Int.MaxValue (2 GB). This patch gets the property as a long.

--
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

        

[jira] [Updated] (KAFKA-285) Increase maximum value of log.retention.size

Posted by "Elben Shira (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elben Shira updated KAFKA-285:
------------------------------

    Attachment: KAFKA-285.patch
    
> Increase maximum value of log.retention.size
> --------------------------------------------
>
>                 Key: KAFKA-285
>                 URL: https://issues.apache.org/jira/browse/KAFKA-285
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.7, 0.8, 0.7.1
>            Reporter: Elben Shira
>              Labels: patch
>             Fix For: 0.8, 0.7.1
>
>         Attachments: KAFKA-285.patch
>
>
> The log.retention.size property was retrieved as an Int, which means a maximum of Int.MaxValue (2 GB). This patch gets the property as a long.

--
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

        

[jira] [Updated] (KAFKA-285) Increase maximum value of log.retention.size

Posted by "Elben Shira (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elben Shira updated KAFKA-285:
------------------------------

    Attachment: KAFKA-285.patch

Applies cleanly to trunk.
                
> Increase maximum value of log.retention.size
> --------------------------------------------
>
>                 Key: KAFKA-285
>                 URL: https://issues.apache.org/jira/browse/KAFKA-285
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.7, 0.8, 0.7.1
>            Reporter: Elben Shira
>              Labels: patch
>             Fix For: 0.8, 0.7.1
>
>         Attachments: KAFKA-285-0.7.patch, KAFKA-285.patch
>
>
> The log.retention.size property was retrieved as an Int, which means a maximum of Int.MaxValue (2 GB). This patch gets the property as a long.

--
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

        

[jira] [Updated] (KAFKA-285) Increase maximum value of log.retention.size

Posted by "Elben Shira (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elben Shira updated KAFKA-285:
------------------------------

    Attachment:     (was: KAFKA-285.patch)
    
> Increase maximum value of log.retention.size
> --------------------------------------------
>
>                 Key: KAFKA-285
>                 URL: https://issues.apache.org/jira/browse/KAFKA-285
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.7, 0.8, 0.7.1
>            Reporter: Elben Shira
>              Labels: patch
>             Fix For: 0.8, 0.7.1
>
>         Attachments: KAFKA-285-0.7.patch, KAFKA-285.patch
>
>
> The log.retention.size property was retrieved as an Int, which means a maximum of Int.MaxValue (2 GB). This patch gets the property as a long.

--
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

        

[jira] [Updated] (KAFKA-285) Increase maximum value of log.retention.size

Posted by "Elben Shira (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elben Shira updated KAFKA-285:
------------------------------

    Labels: patch  (was: )
    Status: Patch Available  (was: Open)
    
> Increase maximum value of log.retention.size
> --------------------------------------------
>
>                 Key: KAFKA-285
>                 URL: https://issues.apache.org/jira/browse/KAFKA-285
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.7, 0.8, 0.7.1
>            Reporter: Elben Shira
>              Labels: patch
>             Fix For: 0.8, 0.7.1
>
>         Attachments: KAFKA-285.patch
>
>
> The log.retention.size property was retrieved as an Int, which means a maximum of Int.MaxValue (2 GB). This patch gets the property as a long.

--
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