kafka git commit: MINOR: add unit test for StateStoreSerdes

2017-10-12 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 34188b4cc -> 9806c1b17 MINOR: add unit test for StateStoreSerdes Author: Matthias J. Sax Reviewers: Bill Bejeck , Guozhang Wang Closes #4064 from

kafka git commit: MINOR: Bump the request timeout for the transactional message copier

2017-10-12 Thread jgus
Repository: kafka Updated Branches: refs/heads/1.0 43dda72f6 -> 6031ee7ad MINOR: Bump the request timeout for the transactional message copier Multiple inflights means that when there are rolling bounces or other cluster instability, there is an increased likelihood of having previously

kafka git commit: MINOR: Bump the request timeout for the transactional message copier

2017-10-12 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 31fe1f98e -> 34188b4cc MINOR: Bump the request timeout for the transactional message copier Multiple inflights means that when there are rolling bounces or other cluster instability, there is an increased likelihood of having previously

kafka git commit: MINOR: Update JavaDoc to use new API

2017-10-12 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 53c23bb5e -> 31fe1f98e MINOR: Update JavaDoc to use new API Author: Bill Bejeck Reviewers: Guozhang Wang , Matthias J. Sax Closes #4068 from

kafka git commit: MINOR: Update JavaDoc to use new API

2017-10-12 Thread guozhang
Repository: kafka Updated Branches: refs/heads/1.0 fbbfc2bc0 -> 43dda72f6 MINOR: Update JavaDoc to use new API Author: Bill Bejeck Reviewers: Guozhang Wang , Matthias J. Sax Closes #4068 from

[2/3] kafka-site git commit: Port changes from PR4017 and PR3862 to 0110

2017-10-12 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/97a78e3b/0110/streams/developer-guide.html -- diff --git a/0110/streams/developer-guide.html b/0110/streams/developer-guide.html index 15298a7..c74ca6e 100644 ---

[1/3] kafka-site git commit: Port changes from PR4017 and PR3862 to 0110

2017-10-12 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site 33a9de23f -> 97a78e3be http://git-wip-us.apache.org/repos/asf/kafka-site/blob/97a78e3b/0110/streams/quickstart.html -- diff --git a/0110/streams/quickstart.html

[3/3] kafka-site git commit: Port changes from PR4017 and PR3862 to 0110

2017-10-12 Thread guozhang
Port changes from PR4017 and PR3862 to 0110 Port changes from https://github.com/apache/kafka/pull/4017 and https://github.com/apache/kafka/pull/3862 to 0110. guozhangwang Author: Joel Hamill Author: Joel Hamill Reviewers: Guozhang Wang

kafka git commit: MINOR: improve Store parameter checks

2017-10-12 Thread damianguy
Repository: kafka Updated Branches: refs/heads/trunk 62682d078 -> 53c23bb5e MINOR: improve Store parameter checks Author: Matthias J. Sax Reviewers: Bill Bejeck , Damian Guy Closes #4063 from

kafka git commit: MINOR: Don't register signal handlers if running on Windows

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/1.0 680a56459 -> fbbfc2bc0 MINOR: Don't register signal handlers if running on Windows The following happens on Windows for `HUP`: [2017-10-11 21:45:11,642] FATAL (kafka.Kafka$) java.lang.IllegalArgumentException: Unknown signal: HUP at

kafka git commit: MINOR: Don't register signal handlers if running on Windows

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 76a45e0dc -> 62682d078 MINOR: Don't register signal handlers if running on Windows The following happens on Windows for `HUP`: [2017-10-11 21:45:11,642] FATAL (kafka.Kafka$) java.lang.IllegalArgumentException: Unknown signal: HUP

kafka git commit: MINOR: Update `config/consumer.properties` to have new consumer properties

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/1.0 bf4dfe881 -> 680a56459 MINOR: Update `config/consumer.properties` to have new consumer properties Author: Manikumar Reddy Reviewers: Ismael Juma Closes #4055 from

kafka git commit: MINOR: Update `config/consumer.properties` to have new consumer properties

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk f8ffb67ad -> 76a45e0dc MINOR: Update `config/consumer.properties` to have new consumer properties Author: Manikumar Reddy Reviewers: Ismael Juma Closes #4055 from

kafka git commit: MINOR: Use port 0 in ResetIntegrationWithSslTest

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/1.0 c49c83069 -> bf4dfe881 MINOR: Use port 0 in ResetIntegrationWithSslTest I found this by running the tests while I happened to have a kafka broker running. Author: Tom Bentley Reviewers: Ismael Juma

kafka git commit: MINOR: Use port 0 in ResetIntegrationWithSslTest

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 57839e17c -> f8ffb67ad MINOR: Use port 0 in ResetIntegrationWithSslTest I found this by running the tests while I happened to have a kafka broker running. Author: Tom Bentley Reviewers: Ismael Juma

kafka git commit: MINOR: Fix log message in AbstractFetcherThread

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/1.0 a04d18ffb -> c49c83069 MINOR: Fix log message in AbstractFetcherThread Use Scala string templates instead of format Author: Mickael Maison Reviewers: Ismael Juma Closes #4058 from

kafka git commit: MINOR: Fix log message in AbstractFetcherThread

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk bfa82fc0b -> 57839e17c MINOR: Fix log message in AbstractFetcherThread Use Scala string templates instead of format Author: Mickael Maison Reviewers: Ismael Juma Closes #4058 from

kafka git commit: KAFKA-6055; Fix typo in KAFKA_JVM_PERFORMANCE_OPTS for Windows

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk bdf8e211e -> bfa82fc0b KAFKA-6055; Fix typo in KAFKA_JVM_PERFORMANCE_OPTS for Windows Author: Vahid Hashemian Reviewers: Ismael Juma Closes #4062 from vahidhashemian/KAFKA-6055 Project:

kafka git commit: KAFKA-6055; Fix typo in KAFKA_JVM_PERFORMANCE_OPTS for Windows

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/1.0 d5614b529 -> a04d18ffb KAFKA-6055; Fix typo in KAFKA_JVM_PERFORMANCE_OPTS for Windows Author: Vahid Hashemian Reviewers: Ismael Juma Closes #4062 from vahidhashemian/KAFKA-6055 (cherry picked

kafka git commit: KAFKA-6053; Fix NoSuchMethodError when creating ProducerRecords with older client versions

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/1.0 334f8a48b -> d5614b529 KAFKA-6053; Fix NoSuchMethodError when creating ProducerRecords with older client versions Author: Apurva Mehta Reviewers: Ismael Juma Closes #4057 from

kafka git commit: KAFKA-6053; Fix NoSuchMethodError when creating ProducerRecords with older client versions

2017-10-12 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk f6e724b12 -> bdf8e211e KAFKA-6053; Fix NoSuchMethodError when creating ProducerRecords with older client versions Author: Apurva Mehta Reviewers: Ismael Juma Closes #4057 from