kafka git commit: KAFKA-5644; Fix Reset Consumer Group Offset tool to handle minute component of TimeZone

2017-08-23 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.11.0 e47f2d3c4 -> d77c057dd KAFKA-5644; Fix Reset Consumer Group Offset tool to handle minute component of TimeZone Author: Manikumar Reddy Reviewers: Jason Gustafson Closes #3626 from

kafka git commit: KAFKA-5644; Fix Reset Consumer Group Offset tool to handle minute component of TimeZone

2017-08-23 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 99eebc840 -> 5b99a288c KAFKA-5644; Fix Reset Consumer Group Offset tool to handle minute component of TimeZone Author: Manikumar Reddy Reviewers: Jason Gustafson Closes #3626 from

kafka git commit: HOTFIX: reduce streams benchmark input records to 10 million

2017-08-23 Thread damianguy
Repository: kafka Updated Branches: refs/heads/trunk 3b7e10455 -> 99eebc840 HOTFIX: reduce streams benchmark input records to 10 million We are occasionally hitting some timeouts due to processing not finishing. So rather than failing the build for these reasons it would be better to reduce

kafka git commit: MINOR: Verify startup of zookeeper service in system tests

2017-08-23 Thread ewencp
Repository: kafka Updated Branches: refs/heads/trunk ea21752a7 -> 3b7e10455 MINOR: Verify startup of zookeeper service in system tests Author: Konstantine Karantasis Reviewers: Ewen Cheslack-Postava Closes #3707 from

kafka git commit: KAFKA-5417; Fix Selector's handling of some failures during prepare

2017-08-23 Thread ijuma
Repository: kafka Updated Branches: refs/heads/0.11.0 fa2751e4a -> e47f2d3c4 KAFKA-5417; Fix Selector's handling of some failures during prepare If prepare throws an exception in the same poll when the connection is established, the channel id should be in `disconnected`, but not in

kafka git commit: KAFKA-5417; Fix Selector's handling of some failures during prepare

2017-08-23 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk b78d7ba5d -> ea21752a7 KAFKA-5417; Fix Selector's handling of some failures during prepare If prepare throws an exception in the same poll when the connection is established, the channel id should be in `disconnected`, but not in