kafka git commit: KAFKA-2598; Adding integration test for the authorizer at API level. …

2015-10-29 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk 47c888078 -> 1b5687b9e KAFKA-2598; Adding integration test for the authorizer at API level. … …Some bug fixes that I encountered while running the tests. Author: Parth Brahmbhatt Reviewers: Jason Gustafson

kafka git commit: KAFKA-2663 KAFKA-2664; Add quota-delay time to request processing time break-up; avoid using copy-on-write map for metrics

2015-10-29 Thread jjkoshy
Repository: kafka Updated Branches: refs/heads/trunk 1b5687b9e -> 217eb9044 KAFKA-2663 KAFKA-2664; Add quota-delay time to request processing time break-up; avoid using copy-on-write map for metrics This has 2 fixes: KAFKA-2664 - This patch changes the underlying map implementation of

kafka git commit: KAFKA-2705; Remove static JAAS config file for ZK auth tests

2015-10-29 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk 217eb9044 -> 42bcc4339 KAFKA-2705; Remove static JAAS config file for ZK auth tests Remove static login config file. Author: Flavio Junqueira Reviewers: Jun Rao Closes #380 from fpj/KAFKA-2705

kafka git commit: KAFKA-2663; Trivial follow-up to edit comments

2015-10-29 Thread jjkoshy
Repository: kafka Updated Branches: refs/heads/trunk 42bcc4339 -> 0da654761 KAFKA-2663; Trivial follow-up to edit comments Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/0da65476 Tree:

kafka git commit: MINOR: update to correct clock skew

2015-10-29 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk 0da654761 -> e0ca8fdd7 MINOR: update to correct clock skew ewencp Updated the provisioning script to install ntp daemon. Author: Geoff Anderson Reviewers: Gwen Shapira Closes #383 from

kafka git commit: KAFKA-2502; Documentation for quotas

2015-10-29 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk e0ca8fdd7 -> 13803ae91 KAFKA-2502; Documentation for quotas Followed the approach specified here: https://issues.apache.org/jira/browse/KAFKA-2502 I also made a minor fix to ConfigCommand to expose the right options on add-config.