kafka git commit: MINOR: Fix vagrant rsync exclude argument

2016-10-20 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 62c0972ef -> 5cf579a7e MINOR: Fix vagrant rsync exclude argument Existing VMs will need to be re-provisioned or re-created to pick up this change. Reference docs: https://www.vagrantup.com/docs/synced-folders/rsync.html Author: Magnus

[2/2] kafka git commit: KAFKA-4001: Improve Kafka Streams Join Semantics (KIP-77)

2016-10-20 Thread guozhang
KAFKA-4001: Improve Kafka Streams Join Semantics (KIP-77) - fixed leftJoin -> outerJoin test bug - simplified to only use values - fixed inner KTable-KTable join - fixed left KTable-KTable join - fixed outer KTable-KTable join - fixed inner, left, and outer left KStream-KStream joins -

[1/2] kafka git commit: KAFKA-4001: Improve Kafka Streams Join Semantics (KIP-77)

2016-10-20 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 24067e407 -> 62c0972ef http://git-wip-us.apache.org/repos/asf/kafka/blob/62c0972e/streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamKStreamLeftJoinTest.java

[2/2] kafka-site git commit: Update download page for 0.10.1.0

2016-10-20 Thread jgus
Update download page for 0.10.1.0 Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/12ad81e4 Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/12ad81e4 Diff:

[1/2] kafka-site git commit: Enable 0.10.1 documentation

2016-10-20 Thread jgus
Repository: kafka-site Updated Branches: refs/heads/asf-site 9bad5a3b7 -> 12ad81e44 Enable 0.10.1 documentation Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/ac2567c7 Tree:

kafka git commit: KAFKA-4313; ISRs may thrash when replication quota is enabled

2016-10-20 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 4c295a784 -> 24067e407 KAFKA-4313; ISRs may thrash when replication quota is enabled Author: Jun Rao Reviewers: Ben Stopford , Ismael Juma Closes #2043 from junrao/kafka-4313