You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jonathan Creasy (JIRA)" <ji...@apache.org> on 2012/07/18 02:15:34 UTC

[jira] [Commented] (KAFKA-184) Log retention size and file size should be a long

    [ https://issues.apache.org/jira/browse/KAFKA-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416753#comment-13416753 ] 

Jonathan Creasy commented on KAFKA-184:
---------------------------------------

The first part of this appears to be changed in the 0.8 branch. 

 /* the maximum size of the log before deleting it */
  val logRetentionSize = Utils.getLong(props, "log.retention.size", -1)
                
> Log retention size and file size should be a long
> -------------------------------------------------
>
>                 Key: KAFKA-184
>                 URL: https://issues.apache.org/jira/browse/KAFKA-184
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Joel Koshy
>            Priority: Minor
>             Fix For: 0.8
>
>
> Realized this in a local set up: the log.retention.size config option should be a long, or we're limited to 2GB. Also, the name can be improved to log.retention.size.bytes or Mbytes as appropriate. Same comments for log.file.size. If we rename the configs, it would be better to resolve KAFKA-181 first.

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