[1/2] kafka git commit: KAFKA-2675; SASL/Kerberos follow up

2015-10-28 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk b6fe164dd -> 9855bb9c6 http://git-wip-us.apache.org/repos/asf/kafka/blob/9855bb9c/core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala -- diff --git

kafka git commit: MINOR: KAFKA-2371 follow-up, DistributedHerder should wakeup WorkerGroupMember after assignment to ensure work is started immediately

2015-10-28 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk 9855bb9c6 -> 8838fa801 MINOR: KAFKA-2371 follow-up, DistributedHerder should wakeup WorkerGroupMember after assignment to ensure work is started immediately Author: Ewen Cheslack-Postava Reviewers: Gwen Shapira Closes

kafka git commit: MINOR: Fix missing copyright in config file added in KAFKA-2640.

2015-10-28 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk bd3fe839c -> 47c888078 MINOR: Fix missing copyright in config file added in KAFKA-2640. Author: Ewen Cheslack-Postava Reviewers: Guozhang Wang Closes #377 from ewencp/minor-jaas-config-copyright Project:

kafka git commit: KAFKA-2640; Add tests for ZK authentication

2015-10-28 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk 8838fa801 -> 983b1f9e1 KAFKA-2640; Add tests for ZK authentication I've added a couple of initial tests to verify the functionality. I've tested that the JAAS config file loads properly and SASL with DIGEST-MD5 works with ZooKeeper.

kafka git commit: KAFKA-2648: enforce non-empty group-ids in join-group request

2015-10-28 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 983b1f9e1 -> 443cd9ab0 KAFKA-2648: enforce non-empty group-ids in join-group request Author: Jason Gustafson Reviewers: Guozhang Wang Closes #362 from hachikuji/KAFKA-2648 Project:

kafka git commit: MINOR: Add new build target for system test libs

2015-10-28 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk 443cd9ab0 -> bd3fe839c MINOR: Add new build target for system test libs KAFKA-2644 adds MiniKdc for system tests and hence needs a target to collect all MiniKdc jars. At the moment, system tests run `gradlew jar`. Replacing that with