kafka git commit: KAFKA-1911; Async delete topic - contributed by Mayuresh Gharat <gharatmayures...@gmail.com> and Sumant Tambe <suta...@yahoo.com>

2016-11-30 Thread jjkoshy
Repository: kafka Updated Branches: refs/heads/trunk 1503f7603 -> 497e669dd KAFKA-1911; Async delete topic - contributed by Mayuresh Gharat and Sumant Tambe The last patch submitted by MayureshGharat (back in Dec 15) has been rebased to the

kafka-site git commit: add Guozhang's sig-key

2016-11-30 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site e18293b6c -> 33c99ca54 add Guozhang's sig-key Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/33c99ca5 Tree:

kafka git commit: KAFKA-4469; Fix consumer performance regression from inefficient list removal and copy

2016-11-30 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 b1f8fc7b6 -> aec74ae5b KAFKA-4469; Fix consumer performance regression from inefficient list removal and copy Author: Jason Gustafson Reviewers: Ismael Juma , Guozhang Wang

kafka git commit: KAFKA-4469; Fix consumer performance regression from inefficient list removal and copy

2016-11-30 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 8d188c911 -> f9d7808ba KAFKA-4469; Fix consumer performance regression from inefficient list removal and copy Author: Jason Gustafson Reviewers: Ismael Juma , Guozhang Wang

kafka git commit: KAFKA-4271: Fix the server start script for Windows 32-bit OS

2016-11-30 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 497e669dd -> 8d188c911 KAFKA-4271: Fix the server start script for Windows 32-bit OS Without this fix the new consumer fails to run on a 32-bit Windows OS. Author: Vahid Hashemian Reviewers: Jason Gustafson,

kafka git commit: KAFKA-4271: Fix the server start script for Windows 32-bit OS

2016-11-30 Thread guozhang
Repository: kafka Updated Branches: refs/heads/0.10.1 ee0ab7dd0 -> b1f8fc7b6 KAFKA-4271: Fix the server start script for Windows 32-bit OS Without this fix the new consumer fails to run on a 32-bit Windows OS. Author: Vahid Hashemian Reviewers: Jason Gustafson,

kafka git commit: KAFKA-3637: Added initial states

2016-11-30 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk f9d7808ba -> ea42d6535 KAFKA-3637: Added initial states Author: Eno Thereska Reviewers: Ismael Juma, Dan Norwood, Xavier Léauté, Damian Guy, Michael G. Noll, Matthias J. Sax, Guozhang Wang Closes #2135 from

kafka git commit: KAFKA-4438; Cross compile to Scala 2.12.0

2016-11-30 Thread guozhang
Repository: kafka Updated Branches: refs/heads/0.10.1 aec74ae5b -> 9ffadbfdc KAFKA-4438; Cross compile to Scala 2.12.0 (cherry picked from commit f3aad3b54b7cbc5109d8398829a31100fd82b3e0) Author: Bernard Leach Reviewers: Guozhang Wang Closes