|
|
-
[jira] [Commented] (KAFKA-281) support multiple root log directories"Maxime Brugidou 2013-01-08, 13:12
[ https://issues.apache.org/jira/browse/KAFKA-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13546858#comment-13546858 ] Maxime Brugidou commented on KAFKA-281: --------------------------------------- I guess this was done on 0.8 as part of KAFKA-188 > 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 For more information on JIRA, see: http://www.atlassian.com/software/jira |