[GitHub] kafka pull request: Fixes version lookup exception.

2016-01-09 Thread Zoltu
GitHub user Zoltu opened a pull request: https://github.com/apache/kafka/pull/748 Fixes version lookup exception. Given a schema with 2 versions (0 and 1), if you pass in a version of `2` you will get an `OutOfBoundsException` instead of an `IllegalArgumentException`. This

[jira] [Updated] (KAFKA-3076) BrokerChangeListener should log the brokers in order

2016-01-09 Thread Konrad Kalita (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Kalita updated KAFKA-3076: - Status: Patch Available (was: Open) > BrokerChangeListener should log the brokers in order >

[jira] [Commented] (KAFKA-3076) BrokerChangeListener should log the brokers in order

2016-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090555#comment-15090555 ] ASF GitHub Bot commented on KAFKA-3076: --- GitHub user konradkalita opened a pull request:

[GitHub] kafka pull request: KAFKA-3076: BrokerChangeListener should log th...

2016-01-09 Thread konradkalita
GitHub user konradkalita opened a pull request: https://github.com/apache/kafka/pull/749 KAFKA-3076: BrokerChangeListener should log the brokers in order You can merge this pull request into a Git repository by running: $ git pull https://github.com/konradkalita/kafka

[GitHub] kafka-site pull request: MINOR: Update consumer_config, kafka_conf...

2016-01-09 Thread ijuma
GitHub user ijuma opened a pull request: https://github.com/apache/kafka-site/pull/8 MINOR: Update consumer_config, kafka_config and producer_config Files generated from the 0.9.0 branch of the kafka repo. Excluded log.cleaner changes as they only apply once 0.9.0.1 is released.

[GitHub] kafka pull request: KAFKA-3038: use async ZK calls to speed up lea...

2016-01-09 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/750 KAFKA-3038: use async ZK calls to speed up leader reassignment Updated failure code path to deal specifically with issue identified at affecting latency most. @fpj could you have a look

[jira] [Commented] (KAFKA-3038) Speeding up partition reassignment after broker failure

2016-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090765#comment-15090765 ] ASF GitHub Bot commented on KAFKA-3038: --- GitHub user enothereska opened a pull request:

[jira] [Updated] (KAFKA-3038) Speeding up partition reassignment after broker failure

2016-01-09 Thread Eno Thereska (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eno Thereska updated KAFKA-3038: Description: After a broker failure the controller does several writes to Zookeeper for each

[jira] [Commented] (KAFKA-2062) Sync Producer, Variable Message Length, Multiple Threads = Direct memory overuse

2016-01-09 Thread Piyush Ahuja (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090846#comment-15090846 ] Piyush Ahuja commented on KAFKA-2062: -

[GitHub] kafka pull request: KAFKA-3044: Re-word consumer.poll behaviour

2016-01-09 Thread praveend
GitHub user praveend opened a pull request: https://github.com/apache/kafka/pull/751 KAFKA-3044: Re-word consumer.poll behaviour https://issues.apache.org/jira/browse/KAFKA-3044 You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (KAFKA-3044) Consumer.poll doesnot return messages when poll interval is less

2016-01-09 Thread Praveen Devarao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090894#comment-15090894 ] Praveen Devarao commented on KAFKA-3044: Had sometime on hands and thought will make the doc

[jira] [Commented] (KAFKA-3044) Consumer.poll doesnot return messages when poll interval is less

2016-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090892#comment-15090892 ] ASF GitHub Bot commented on KAFKA-3044: --- GitHub user praveend opened a pull request:

[jira] [Comment Edited] (KAFKA-3044) Consumer.poll doesnot return messages when poll interval is less

2016-01-09 Thread Praveen Devarao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090894#comment-15090894 ] Praveen Devarao edited comment on KAFKA-3044 at 1/10/16 5:23 AM: - Had some