kafka git commit: MINOR: Add upgrade notes for KIP-62

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 3d7e3d685 -> aafc86928 MINOR: Add upgrade notes for KIP-62 Author: Jason Gustafson Reviewers: Guozhang Wang Closes #1956 from hachikuji/add-kip-62-upgrade-notes (cherry picked from commit 1a396c9cf22441a7afa8ec9c4a94a48f881cdd90) Signe

kafka git commit: MINOR: Add upgrade notes for KIP-62

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 672dfaa24 -> 1a396c9cf MINOR: Add upgrade notes for KIP-62 Author: Jason Gustafson Reviewers: Guozhang Wang Closes #1956 from hachikuji/add-kip-62-upgrade-notes Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://

kafka git commit: KAFKA-4019; Update log cleaner to handle max message size of topics

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 0397c -> 3d7e3d685 KAFKA-4019; Update log cleaner to handle max message size of topics Grow read and write buffers of cleaner up to the maximum message size of the log being cleaned if the topic has larger max message size than the def

kafka git commit: KAFKA-4019; Update log cleaner to handle max message size of topics

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 91d025e06 -> 672dfaa24 KAFKA-4019; Update log cleaner to handle max message size of topics Grow read and write buffers of cleaner up to the maximum message size of the log being cleaned if the topic has larger max message size than the defa

kafka git commit: MINOR: Clarify doc on consumption of topics

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk cf0bf7c7a -> 91d025e06 MINOR: Clarify doc on consumption of topics In doc it stays: _"Our topic is divided into a set of totally ordered partitions, each of which is consumed by one consumer at any given time."_ And consumer is described

kafka git commit: MINOR: Clarify doc on consumption of topics

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 82929f5c9 -> 0397c MINOR: Clarify doc on consumption of topics In doc it stays: _"Our topic is divided into a set of totally ordered partitions, each of which is consumed by one consumer at any given time."_ And consumer is described

kafka git commit: MINOR: Tweak implementation of `FetchRequest.shuffle` and upgrade.html improvements

2016-10-03 Thread ijuma
Repository: kafka Updated Branches: refs/heads/0.10.1 780419f26 -> 82929f5c9 MINOR: Tweak implementation of `FetchRequest.shuffle` and upgrade.html improvements Author: Ismael Juma Reviewers: Jason Gustafson Closes #1955 from ijuma/kip-74-follow-up (cherry picked from commit cf0bf7c7a24a

kafka git commit: MINOR: Tweak implementation of `FetchRequest.shuffle` and upgrade.html improvements

2016-10-03 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 7115c66ae -> cf0bf7c7a MINOR: Tweak implementation of `FetchRequest.shuffle` and upgrade.html improvements Author: Ismael Juma Reviewers: Jason Gustafson Closes #1955 from ijuma/kip-74-follow-up Project: http://git-wip-us.apache.org/r

kafka git commit: MINOR: Follow-up minor improvements/cleanup for KAFKA-3396

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 3013c6bca -> 780419f26 MINOR: Follow-up minor improvements/cleanup for KAFKA-3396 Author: Jason Gustafson Reviewers: Ismael Juma Closes #1946 from hachikuji/followup-for-kafka-3396 (cherry picked from commit 7115c66aefb11efa802e61a42bc

kafka git commit: MINOR: Follow-up minor improvements/cleanup for KAFKA-3396

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk a23859e56 -> 7115c66ae MINOR: Follow-up minor improvements/cleanup for KAFKA-3396 Author: Jason Gustafson Reviewers: Ismael Juma Closes #1946 from hachikuji/followup-for-kafka-3396 Project: http://git-wip-us.apache.org/repos/asf/kafka/

kafka git commit: KAFKA-4248; Consumer should rematch regex immediately in subscribe

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 496594a12 -> a23859e56 KAFKA-4248; Consumer should rematch regex immediately in subscribe Author: Jason Gustafson Reviewers: Guozhang Wang Closes #1954 from hachikuji/rematch-regex-on-subscribe Project: http://git-wip-us.apache.org/rep

kafka git commit: KAFKA-4248; Consumer should rematch regex immediately in subscribe

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 e62e3b745 -> 3013c6bca KAFKA-4248; Consumer should rematch regex immediately in subscribe Author: Jason Gustafson Reviewers: Guozhang Wang Closes #1954 from hachikuji/rematch-regex-on-subscribe (cherry picked from commit a23859e5686bf9

kafka git commit: MINOR: Rename Throttling config variables to match config name

2016-10-03 Thread ijuma
Repository: kafka Updated Branches: refs/heads/0.10.1 49e4f85d3 -> e62e3b745 MINOR: Rename Throttling config variables to match config name ThrottledLeaderReplicationRate* => LeaderReplicationThrottledRate* ThrottledFollowerReplicationRate* => FollowerReplicationThrottledRate* LeaderThrottled

kafka git commit: MINOR: Rename Throttling config variables to match config name

2016-10-03 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 9e8934065 -> 496594a12 MINOR: Rename Throttling config variables to match config name ThrottledLeaderReplicationRate* => LeaderReplicationThrottledRate* ThrottledFollowerReplicationRate* => FollowerReplicationThrottledRate* LeaderThrottledR

kafka git commit: MINOR: Fix typo in Vagrant README

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 a6ea4df5c -> 49e4f85d3 MINOR: Fix typo in Vagrant README the wrong word in this sentence " allows us to bring machies up in parallel on AWS." . “machies” change to "machines". Author: Yang Wei Reviewers: Jason Gustafson Closes #19

kafka git commit: MINOR: Fix typo in Vagrant README

2016-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk c78a3b173 -> 9e8934065 MINOR: Fix typo in Vagrant README the wrong word in this sentence " allows us to bring machies up in parallel on AWS." . “machies” change to "machines". Author: Yang Wei Reviewers: Jason Gustafson Closes #194