kafka git commit: KAFKA-2211: Adding simpleAclAuthorizer implementation and test cases.

2015-09-21 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk 6ec88f7f8 -> 0990b6ba6 KAFKA-2211: Adding simpleAclAuthorizer implementation and test cases. Author: Parth Brahmbhatt Reviewers: Ismael Juma , Jun Rao Closes #195 from

kafka git commit: KAFKA-2558: ServerShutdownTest is failing intermittently

2015-09-21 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 0990b6ba6 -> 4833d8a8c KAFKA-2558: ServerShutdownTest is failing intermittently See jira for a description. Author: fpj Reviewers: Onur Karaman, Ismael Juma, Guozhang Wang Closes #224 from fpj/KAFKA-2558 Project:

kafka git commit: KAFKA-2532; Remove Consumer reference from rebalance callback

2015-09-21 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk e18f6860c -> 6ec88f7f8 KAFKA-2532; Remove Consumer reference from rebalance callback Author: Jason Gustafson Reviewers: Ewen Cheslack-Postava, Onur Karaman, Guozhang Wang Closes #203 from hachikuji/KAFKA-2532

kafka git commit: KAFKA-2300: follow-up to clear the controller state upon resignment

2015-09-21 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 9dbeb71ab -> 9ae98685e KAFKA-2300: follow-up to clear the controller state upon resignment I have reopened this issue because the controller isn't cleaning up the state upon an exception and the test case was legitimately failing for me