kafka git commit: HOTFIX: poll with zero millis during restoration

2017-10-23 Thread guozhang
Repository: kafka Updated Branches: refs/heads/0.11.0 33640106b -> 472c8974f HOTFIX: poll with zero millis during restoration Mirror of #4096 for 0.11.01. During the restoration phase, when thread state is still in PARTITION_ASSIGNED not RUNNING yet, call poll() on the normal consumer with

[kafka] Git Push Summary

2017-10-23 Thread guozhang
Repository: kafka Updated Tags: refs/tags/1.0.0-rc3 [created] 7774b0da8

kafka git commit: MINOR: Fix typo in ConsumerCoordinator comment

2017-10-23 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk b281015c1 -> c504b2284 MINOR: Fix typo in ConsumerCoordinator comment Author: Jeff Widman Reviewers: Ismael Juma Closes #4032 from jeffwidman/patch-3 Project:

kafka git commit: HOTFIX: Poll with zero milliseconds during restoration phase

2017-10-23 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk d3f24798f -> b281015c1 HOTFIX: Poll with zero milliseconds during restoration phase 1. After the poll call, re-check if the state has been changed or not; if yes, initialize the tasks again. 2. Minor log4j improvements. Author: Guozhang

kafka git commit: HOTFIX: Poll with zero milliseconds during restoration phase

2017-10-23 Thread guozhang
Repository: kafka Updated Branches: refs/heads/1.0 dd7ec7e23 -> e0fcc7191 HOTFIX: Poll with zero milliseconds during restoration phase 1. After the poll call, re-check if the state has been changed or not; if yes, initialize the tasks again. 2. Minor log4j improvements. Author: Guozhang

kafka git commit: KAFKA-5140: Fix reset integration test

2017-10-23 Thread guozhang
Repository: kafka Updated Branches: refs/heads/0.11.0 4701d4cc7 -> 33640106b KAFKA-5140: Fix reset integration test A couple of root causes of this flaky test is fixed: 1. The MockTime was incorrectly used across multiple test methods within the class, as a class rule. Instead we set it on

kafka git commit: KAFKA-5140: Fix reset integration test

2017-10-23 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk a3c4ab242 -> d3f24798f KAFKA-5140: Fix reset integration test A couple of root causes of this flaky test is fixed: 1. The MockTime was incorrectly used across multiple test methods within the class, as a class rule. Instead we set it on

kafka git commit: KAFKA-5140: Fix reset integration test

2017-10-23 Thread guozhang
Repository: kafka Updated Branches: refs/heads/1.0 fa3203494 -> dd7ec7e23 KAFKA-5140: Fix reset integration test A couple of root causes of this flaky test is fixed: 1. The MockTime was incorrectly used across multiple test methods within the class, as a class rule. Instead we set it on

kafka git commit: KAFKA-6042: Avoid deadlock between two groups with delayed operations

2017-10-23 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.11.0 4e532c485 -> 4701d4cc7 KAFKA-6042: Avoid deadlock between two groups with delayed operations Author: Rajini Sivaram Reviewers: Jason Gustafson , Guozhang Wang

kafka git commit: KAFKA-6070; add ipaddress and enum34 dependencies to docker image

2017-10-23 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 277fc927c -> a3c4ab242 KAFKA-6070; add ipaddress and enum34 dependencies to docker image Author: Colin P. Mccabe Reviewers: Ewen Cheslack-Postava , Alex Ayars Closes

kafka git commit: KAFKA-6070; add ipaddress and enum34 dependencies to docker image

2017-10-23 Thread ijuma
Repository: kafka Updated Branches: refs/heads/1.0 505fd0591 -> fa3203494 KAFKA-6070; add ipaddress and enum34 dependencies to docker image Author: Colin P. Mccabe Reviewers: Ewen Cheslack-Postava , Alex Ayars Closes #4084

kafka git commit: KAFKA-6101; Reconnecting to broker does not exponentially backoff

2017-10-23 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 6fc573225 -> 277fc927c KAFKA-6101; Reconnecting to broker does not exponentially backoff Author: tedyu Author: Ismael Juma Reviewers: Soenke Liebau , Ismael Juma

kafka git commit: MINOR: Configure owasp.dependencycheck gradle plugin

2017-10-23 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 021f2e7e2 -> 6fc573225 MINOR: Configure owasp.dependencycheck gradle plugin It seems to output a few false positives, but still worth verifying. Author: Ismael Juma Reviewers: Rajini Sivaram

kafka git commit: KAFKA-6104; Added unit tests for ClusterConnectionStates

2017-10-23 Thread ijuma
Repository: kafka Updated Branches: refs/heads/1.0 2a3219413 -> 3d35294b1 KAFKA-6104; Added unit tests for ClusterConnectionStates Author: Soenke Liebau Reviewers: Ted Yu , Ismael Juma Closes #4113 from

kafka git commit: KAFKA-6104; Added unit tests for ClusterConnectionStates

2017-10-23 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 580390b78 -> 021f2e7e2 KAFKA-6104; Added unit tests for ClusterConnectionStates Author: Soenke Liebau Reviewers: Ted Yu , Ismael Juma Closes #4113 from

kafka git commit: MINOR: Update Scala to 2.12.4

2017-10-23 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk c216adb4b -> 580390b78 MINOR: Update Scala to 2.12.4 Mainly for Java 9 fixes and improved compilation times (5-10% reduction): http://www.scala-lang.org/news/2.12.4 Author: Ismael Juma Reviewers: Rajini Sivaram

kafka git commit: MINOR: add hint for setting an uncaught exception handler to JavaDocs

2017-10-23 Thread damianguy
Repository: kafka Updated Branches: refs/heads/trunk 86cd558b3 -> c216adb4b MINOR: add hint for setting an uncaught exception handler to JavaDocs Author: Matthias J. Sax Reviewers: Bill Bejeck , Damian Guy Closes #4104 from

kafka git commit: MINOR: add hint for setting an uncaught exception handler to JavaDocs

2017-10-23 Thread damianguy
Repository: kafka Updated Branches: refs/heads/1.0 5ee157126 -> 2a3219413 MINOR: add hint for setting an uncaught exception handler to JavaDocs Author: Matthias J. Sax Reviewers: Bill Bejeck , Damian Guy Closes #4104 from