kafka git commit: KAFKA-6334: minor typo fix in web docs

2017-12-11 Thread guozhang
Repository: kafka Updated Branches: refs/heads/1.0 3420cb3be -> a580a6b79 KAFKA-6334: minor typo fix in web docs Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/a580a6b7 Tree:

kafka git commit: KAFKA-6334: minor typo fix in web docs

2017-12-11 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk e5741b90c -> 72eec0a04 KAFKA-6334: minor typo fix in web docs Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/72eec0a0 Tree:

kafka-site git commit: KAFKA-6334: fix typo in backwards compatibility note

2017-12-11 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site 2fb544c1e -> 6752bf4a1 KAFKA-6334: fix typo in backwards compatibility note Author: Andrew Olson Reviewers: Guozhang Wang Closes #111 from noslowerdna/KAFKA-6334 Project:

kafka git commit: MINOR: Increase number of messages in replica verification tool test

2017-12-11 Thread jgus
Repository: kafka Updated Branches: refs/heads/1.0 46fc8eca9 -> 3420cb3be MINOR: Increase number of messages in replica verification tool test Increase the number of messages produced to make the test more reliable. The test failed in a recent build and also fails intermittently when run

kafka git commit: MINOR: Increase number of messages in replica verification tool test

2017-12-11 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.11.0 b81bf0e3d -> ef97ed7ee MINOR: Increase number of messages in replica verification tool test Increase the number of messages produced to make the test more reliable. The test failed in a recent build and also fails intermittently when run

kafka git commit: MINOR: Increase number of messages in replica verification tool test

2017-12-11 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 043951753 -> e5741b90c MINOR: Increase number of messages in replica verification tool test Increase the number of messages produced to make the test more reliable. The test failed in a recent build and also fails intermittently when run

[1/2] kafka git commit: KAFKA-6121: Restore and global consumer should not use auto.offset.reset

2017-12-11 Thread damianguy
Repository: kafka Updated Branches: refs/heads/trunk 2bf2348b5 -> 043951753 http://git-wip-us.apache.org/repos/asf/kafka/blob/04395175/streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImplTest.java

[2/2] kafka git commit: KAFKA-6121: Restore and global consumer should not use auto.offset.reset

2017-12-11 Thread damianguy
KAFKA-6121: Restore and global consumer should not use auto.offset.reset - set auto.offset.reste to "none" for restore and global consumer - handle InvalidOffsetException for restore and global consumer - add corresponding tests - some minor cleanup Author: Matthias J. Sax