[jira] [Created] (KAFKA-687) Rebalance algorithm should consider partitions from all topics

2013-01-08 Thread Pablo Barrera (JIRA)
Pablo Barrera created KAFKA-687: --- Summary: Rebalance algorithm should consider partitions from all topics Key: KAFKA-687 URL: https://issues.apache.org/jira/browse/KAFKA-687 Project: Kafka

[jira] [Updated] (KAFKA-684) ConsoleProducer does not have the queue-size option

2013-01-08 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-684: -- Attachment: KAFKA-684-2.patch I added: queue.enqueueTimeout.ms producer.request.required.acks

[jira] [Updated] (KAFKA-684) ConsoleProducer does not have the queue-size option

2013-01-08 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Brugidou updated KAFKA-684: -- Attachment: KAFKA-684-3.patch While I'm at it, I added this small feature: Exit at end of

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

2013-01-08 Thread Maxime Brugidou (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546858#comment-13546858 ] Maxime Brugidou commented on KAFKA-281: --- I guess this was done on 0.8 as part of

[jira] [Created] (KAFKA-688) System Test - Update all testcase_xxxx_properties.json for properties keys uniform naming convention

2013-01-08 Thread John Fung (JIRA)
John Fung created KAFKA-688: --- Summary: System Test - Update all testcase__properties.json for properties keys uniform naming convention Key: KAFKA-688 URL: https://issues.apache.org/jira/browse/KAFKA-688

[jira] [Commented] (KAFKA-648) Use uniform convention for naming properties keys

2013-01-08 Thread John Fung (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547063#comment-13547063 ] John Fung commented on KAFKA-648: - The testcase__properties.json files in System Test

[jira] [Updated] (KAFKA-688) System Test - Update all testcase_xxxx_properties.json for properties keys uniform naming convention

2013-01-08 Thread John Fung (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Fung updated KAFKA-688: Description: After the changes made in uniform naming convention of properties keys (KAFKA-648), all

[jira] [Commented] (KAFKA-682) java.lang.OutOfMemoryError: Java heap space

2013-01-08 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547129#comment-13547129 ] Joel Koshy commented on KAFKA-682: -- That's why I asked for the configured

[jira] [Updated] (KAFKA-687) Rebalance algorithm should consider partitions from all topics

2013-01-08 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede updated KAFKA-687: Affects Version/s: 0.8.1 Rebalance algorithm should consider partitions from all topics

[jira] [Updated] (KAFKA-688) System Test - Update all testcase_xxxx_properties.json for properties keys uniform naming convention

2013-01-08 Thread John Fung (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Fung updated KAFKA-688: Description: After the changes made in uniform naming convention of properties keys (KAFKA-648), all

[jira] [Commented] (KAFKA-689) Can't append to a topic/partition that does not already exist

2013-01-08 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547328#comment-13547328 ] David Arthur commented on KAFKA-689: Here is the same payload base64 encoded:

[jira] [Commented] (KAFKA-689) Can't append to a topic/partition that does not already exist

2013-01-08 Thread David Arthur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547417#comment-13547417 ] David Arthur commented on KAFKA-689: Thanks, I was hoping it was something simple like

[jira] [Created] (KAFKA-690) TopicMetadataRequest throws exception when no topics are specified

2013-01-08 Thread David Arthur (JIRA)
David Arthur created KAFKA-690: -- Summary: TopicMetadataRequest throws exception when no topics are specified Key: KAFKA-690 URL: https://issues.apache.org/jira/browse/KAFKA-690 Project: Kafka

kafka 0.8 producer throughput

2013-01-08 Thread Jun Guo -X (jungu - CIIC at Cisco)
According to Kafka official document, the producer throughput is about 50MB/S. But I do some test, the producer throughout is only about 2MB/S. The test environment is the same with document says. One producer, One broker, One Zookeeper are in independent machine. Message size is 100 bytes,

[jira] [Commented] (KAFKA-690) TopicMetadataRequest throws exception when no topics are specified

2013-01-08 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547665#comment-13547665 ] Neha Narkhede commented on KAFKA-690: - +1. Thanks for the patch !