kafka git commit: KAFKA-2576; ConsumerPerformance hangs when SSL enabled for Multi-Partition Topic

2015-09-24 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk b9ceac3ac -> 54dd6e3ad KAFKA-2576; ConsumerPerformance hangs when SSL enabled for Multi-Partition Topic We now write to the channel with an empty buffer when there are pending bytes remaining and all data has been sent. Author: Ismael Juma

kafka git commit: KAFKA-2554: change 0.8.3 to 0.9.0 in ApiVersion and other files

2015-09-24 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk 8943b08c9 -> ac757eb19 KAFKA-2554: change 0.8.3 to 0.9.0 in ApiVersion and other files Updated the version from 0.8.3 to 0.9.0. in ApiVersion. Also updated in gradle.propeties. Author: Manikumar reddy O

kafka git commit: KAFKA-2548; kafka-merge-pr tool fails to update JIRA with fix version 0.9.0.0

2015-09-24 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 1daf6ac51 -> 8943b08c9 KAFKA-2548; kafka-merge-pr tool fails to update JIRA with fix version 0.9.0.0 Simplified the logic to choose the default fix version. We just hardcode it for `trunk` and try to compute it based on the branch name for

kafka git commit: KAFKA-2390; followup; add unit test for OffsetOutOfRange exception

2015-09-24 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk ac757eb19 -> bcf374da9 KAFKA-2390; followup; add unit test for OffsetOutOfRange exception Author: Dong Lin Reviewers: Jason Gustafson, Guozhang Wang Closes #239 from lindong28/KAFKA-2390-followup Project:

kafka git commit: KAFKA-2579; prevent unauthorized clients from joining groups

2015-09-24 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk 18d370124 -> fe798641a KAFKA-2579; prevent unauthorized clients from joining groups Author: Jason Gustafson Reviewers: Gwen Shapira Closes #240 from hachikuji/KAFKA-2579 Project:

kafka git commit: KAFKA-2571; KafkaLog4jAppender dies while specifying acks config

2015-09-24 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk 48b4d6938 -> 18d370124 KAFKA-2571; KafkaLog4jAppender dies while specifying acks config Author: Ashish Singh Reviewers: Ewen Cheslack-Postava, Gwen Shapira Closes #231 from SinghAsDev/KAFKA-2571 Project:

[2/2] kafka git commit: KAFKA-2373: Add Kafka-backed offset storage for Copycat.

2015-09-24 Thread gwenshap
KAFKA-2373: Add Kafka-backed offset storage for Copycat. Author: Ewen Cheslack-Postava Reviewers: Gwen Shapira, James Cheng Closes #202 from ewencp/kafka-2373-copycat-distributed-offset Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit:

[1/2] kafka git commit: KAFKA-2373: Add Kafka-backed offset storage for Copycat.

2015-09-24 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk bcf374da9 -> 48b4d6938 http://git-wip-us.apache.org/repos/asf/kafka/blob/48b4d693/copycat/runtime/src/test/java/org/apache/kafka/copycat/storage/KafkaOffsetBackingStoreTest.java