You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Taylor Gautier (Commented) (JIRA)" <ji...@apache.org> on 2012/02/22 19:05:49 UTC

[jira] [Commented] (KAFKA-281) support multiple root log directories

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

Taylor Gautier commented on KAFKA-281:
--------------------------------------

I would recommend not using round-robin as that would lead to having to have some meta-data that keeps track of what directory goes where.  Hashing is easy, but the downside is that it's not trivially discoverable if a person is using a command line shell to browse the directory structure.
                
> support multiple root log directories
> -------------------------------------
>
>                 Key: KAFKA-281
>                 URL: https://issues.apache.org/jira/browse/KAFKA-281
>             Project: Kafka
>          Issue Type: Improvement
>          Components: core
>            Reporter: Jun Rao
>
> Currently, the log layout is {log.dir}/topicname-partitionid and one can only specify 1 {log.dir}. This limits the # of topics we can have per broker. We can potentially support multiple directories for {log.dir} and just assign topics using hashing or round-robin.

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