kafka git commit: KAFKA-5768; Upgrade to ducktape 0.7.1

2017-08-29 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 9ef2b3ce8 -> 949577ca7 KAFKA-5768; Upgrade to ducktape 0.7.1 Author: Colin P. Mccabe Reviewers: Jason Gustafson Closes #3721 from cmccabe/KAFKA-5768 Project:

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

2017-08-29 Thread ewencp
Repository: kafka Updated Branches: refs/heads/0.11.0 abc66c98c -> 0cffb6237 MINOR: Verify startup of zookeeper service in system tests Author: Konstantine Karantasis Reviewers: Ewen Cheslack-Postava Closes #3707 from

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

2017-08-29 Thread ewencp
Repository: kafka Updated Branches: refs/heads/0.10.2 a00823805 -> 565455eae MINOR: Verify startup of zookeeper service in system tests Author: Konstantine Karantasis Reviewers: Ewen Cheslack-Postava Closes #3707 from

kafka git commit: KAFKA-5379: ProcessorContext.appConfigs() should return parsed values

2017-08-29 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 1f659913a -> 9ef2b3ce8 KAFKA-5379: ProcessorContext.appConfigs() should return parsed values Author: Tommy Becker Author: Tommy Becker Reviewers: Matthias J. Sax , Guozhang

kafka git commit: MINOR: simplify state transition for Kafka Streams and stream threads

2017-08-29 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 7ae02a69c -> 1f659913a MINOR: simplify state transition for Kafka Streams and stream threads 1. StreamThread: prevent `PARTITIONS_REVOKED` to transit to itself in `setState` by returning false. And only execute the task suspension logic