svn commit: r17511 - in /release/kafka: ./ 0.10.1.1/ 0.10.1.1/javadoc/ 0.10.1.1/javadoc/org/ 0.10.1.1/javadoc/org/apache/ 0.10.1.1/javadoc/org/apache/kafka/ 0.10.1.1/javadoc/org/apache/kafka/clients/

2016-12-20 Thread guozhang
Author: guozhang Date: Wed Dec 21 06:35:48 2016 New Revision: 17511 Log: Release 0.10.1.1 [This commit notification would consist of 75 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

kafka git commit: bump up version to 0.10.1.2-SNAPSHOT

2016-12-20 Thread guozhang
Repository: kafka Updated Branches: refs/heads/0.10.1 7226d6ed9 -> 8c628580a bump up version to 0.10.1.2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/8c628580 Tree:

[kafka] Git Push Summary

2016-12-20 Thread guozhang
Repository: kafka Updated Tags: refs/tags/0.10.1.1 [created] d058bc2fd

kafka git commit: KAFKA-4485; Follower should be in the isr if its FetchRequest has fetched up to the logEndOffset of leader

2016-12-20 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk ecc0fc447 -> fc88bac66 KAFKA-4485; Follower should be in the isr if its FetchRequest has fetched up to the logEndOffset of leader Author: Dong Lin Reviewers: Ismael Juma , Jun Rao

kafka git commit: MINOR: Clarify log deletion configuration options in server.properties

2016-12-20 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 68f204e01 -> ecc0fc447 MINOR: Clarify log deletion configuration options in server.properties I spent a bit of time tracking down why files were being deleted before they reached log.retention.hours of age. It turns out that the time and

[2/3] kafka git commit: MINOR: Replace TopicAndPartition with TopicPartition in `Log` and `ReplicaManager`

2016-12-20 Thread jgus
http://git-wip-us.apache.org/repos/asf/kafka/blob/68f204e0/core/src/main/scala/kafka/server/ReplicaManager.scala -- diff --git a/core/src/main/scala/kafka/server/ReplicaManager.scala

[1/3] kafka git commit: MINOR: Replace TopicAndPartition with TopicPartition in `Log` and `ReplicaManager`

2016-12-20 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 0f86dbe89 -> 68f204e01 http://git-wip-us.apache.org/repos/asf/kafka/blob/68f204e0/core/src/test/scala/unit/kafka/server/BaseReplicaFetchTest.scala -- diff --git

kafka git commit: MINOR: Support auto-incrementing offsets in MemoryRecordsBuilder

2016-12-20 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 3930dd7e7 -> 0f86dbe89 MINOR: Support auto-incrementing offsets in MemoryRecordsBuilder Author: Jason Gustafson Reviewers: Ismael Juma Closes #2282 from hachikuji/builder-autoincrement-offsets

kafka git commit: KAFKA-4554; Fix ReplicaBuffer.verifyChecksum to use iterators instead of iterables

2016-12-20 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 7f4b278c0 -> 3930dd7e7 KAFKA-4554; Fix ReplicaBuffer.verifyChecksum to use iterators instead of iterables This was changed in b58b6a1bef0 and caused the `ReplicaVerificationToolTest.test_replica_lags` system test to start failing. I also

kafka git commit: MINOR: Add more exception information in ProcessorStateManager

2016-12-20 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 56c61745d -> 7f4b278c0 MINOR: Add more exception information in ProcessorStateManager Author: Guozhang Wang Reviewers: Damian Guy, Jun Rao Closes #2276 from guozhangwang/KMinor-exception-message Project:

kafka git commit: KAFKA-4500; Code quality improvements

2016-12-20 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 135860225 -> a5c15ba03 KAFKA-4500; Code quality improvements - Removed redundant modifiers, not needed String.format() - Removed unnecessary semicolon, additional assignment, inlined return - Using StringBuilder for consistency across

kafka git commit: MINOR: Remove incomplete gradle wrapper infrastructure

2016-12-20 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk a786be947 -> 135860225 MINOR: Remove incomplete gradle wrapper infrastructure Since jar files (including gradle-wrapper.jar) have to be excluded from source releases, current gradle wrapper infrastructure is incomplete rendering it unusable