kafka-site git commit: bold font for section name

2017-06-30 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site 34f8ecea0 -> 9e96b0cad bold font for section name Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/9e96b0ca Tree: http://git-wip-us.apache.org/repos/asf

kafka-site git commit: fix broken links after PR 58

2017-06-30 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site 04199a2e1 -> 34f8ecea0 fix broken links after PR 58 Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/34f8ecea Tree: http://git-wip-us.apache.org/repos/a

kafka git commit: KAFKA-5522; ListOffsets should bound timestamp search by LSO in read_committed

2017-06-30 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.11.0 ae170a6a1 -> 793ccd85d KAFKA-5522; ListOffsets should bound timestamp search by LSO in read_committed Author: Jason Gustafson Reviewers: Ismael Juma , Apurva Mehta , Guozhang Wang Closes #3456 from hachikuji/KAFKA-5522 (cherry picked

kafka git commit: KAFKA-5522; ListOffsets should bound timestamp search by LSO in read_committed

2017-06-30 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 9c2de4920 -> 9238aeaa2 KAFKA-5522; ListOffsets should bound timestamp search by LSO in read_committed Author: Jason Gustafson Reviewers: Ismael Juma , Apurva Mehta , Guozhang Wang Closes #3456 from hachikuji/KAFKA-5522 Project: http:/

[3/5] kafka-site git commit: Break Streams page into consecutive sub-pages

2017-06-30 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/04199a2e/0110/streams.html -- diff --git a/0110/streams.html b/0110/streams.html deleted file mode 100644 index 625736e..000 --- a/0110/streams.html +++ /dev/null @@ -1,107

[5/5] kafka-site git commit: Break Streams page into consecutive sub-pages

2017-06-30 Thread guozhang
Break Streams page into consecutive sub-pages - Break apart Streams docs into 4 sections Author: Derrick Or Reviewers: Guozhang Wang Closes #58 from derrickdoo/streams-routing-and-styles Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/rep

[4/5] kafka-site git commit: Break Streams page into consecutive sub-pages

2017-06-30 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/04199a2e/0102/streams/architecture.html -- diff --git a/0102/streams/architecture.html b/0102/streams/architecture.html new file mode 100644 index 000..ee601f8 --- /dev/nul

[2/5] kafka-site git commit: Break Streams page into consecutive sub-pages

2017-06-30 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/04199a2e/0110/streams/architecture.html -- diff --git a/0110/streams/architecture.html b/0110/streams/architecture.html new file mode 100644 index 000..5070529 --- /dev/nul

[1/5] kafka-site git commit: Break Streams page into consecutive sub-pages

2017-06-30 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site eaa6d928e -> 04199a2e1 http://git-wip-us.apache.org/repos/asf/kafka-site/blob/04199a2e/documentation/streams/core-concepts.html -- diff --git a/documentation/streams/

kafka git commit: KAFKA-5542; Improve Java doc for LeaderEpochFileCache.endOffsetFor()

2017-06-30 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk 49ed16daf -> 9c2de4920 KAFKA-5542; Improve Java doc for LeaderEpochFileCache.endOffsetFor() Author: Ben Stopford Reviewers: Jun Rao Closes #3468 from benstopford/KAFKA-5542 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Com

kafka git commit: MINOR: Compatibility and upgrade tests for 0.11.0.x

2017-06-30 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 342f34a19 -> 49ed16daf MINOR: Compatibility and upgrade tests for 0.11.0.x Author: Ismael Juma Reviewers: Eno Thereska , Ewen Cheslack-Postava Closes #3454 from ijuma/test-upgrades-from-0.11.0.x Project: http://git-wip-us.apache.org/r

kafka git commit: MINOR: InFlightRequests#isEmpty(node) method corrected.

2017-06-30 Thread rsivaram
Repository: kafka Updated Branches: refs/heads/trunk 647182207 -> 342f34a19 MINOR: InFlightRequests#isEmpty(node) method corrected. - In clearAll method, get operation is removed. - variable name `requestTimeout` changed to `requestTimeoutMs` for clarity Author: Kamal C Reviewers: Rajini Si

kafka git commit: KAFKA-5020; Update message format in implementation docs

2017-06-30 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.11.0 d46513d2c -> ae170a6a1 KAFKA-5020; Update message format in implementation docs Author: Apurva Mehta Reviewers: Jason Gustafson Closes #3360 from apurvam/KAFKA-5020-message-format-docs-update (cherry picked from commit 6471822079e0bf37

kafka git commit: KAFKA-5020; Update message format in implementation docs

2017-06-30 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 17bdd4831 -> 647182207 KAFKA-5020; Update message format in implementation docs Author: Apurva Mehta Reviewers: Jason Gustafson Closes #3360 from apurvam/KAFKA-5020-message-format-docs-update Project: http://git-wip-us.apache.org/repos

kafka git commit: MINOR: remove unused eosEnabled field from ProcessorStateManager

2017-06-30 Thread damianguy
Repository: kafka Updated Branches: refs/heads/trunk 7429f4978 -> 17bdd4831 MINOR: remove unused eosEnabled field from ProcessorStateManager remove unused eosEnabled field from ProcessorStateManager Author: Damian Guy Reviewers: Guozhang Wang Closes #3469 from dguy/minor-remove-unused-boo

kafka git commit: MINOR: reduce() javadocs: clarify position of arguments

2017-06-30 Thread damianguy
Repository: kafka Updated Branches: refs/heads/trunk 0dfeb31a1 -> 7429f4978 MINOR: reduce() javadocs: clarify position of arguments Author: Michael G. Noll Reviewers: Matthias J. Sax , Eno Thereska , Damian Guy Closes #2651 from miguno/trunk-reduce-javadocs Project: http://git-wip-us.ap

kafka git commit: KAFKA-5485; Streams should not suspend tasks twice

2017-06-30 Thread damianguy
Repository: kafka Updated Branches: refs/heads/0.11.0 90a176afc -> d46513d2c KAFKA-5485; Streams should not suspend tasks twice Author: Matthias J. Sax Reviewers: Eno Thereska , Guozhang Wang , Damian Guy Closes #3390 from mjsax/kafka-5485-dont-suspend-tasks-twice (cherry picked from com

kafka git commit: KAFKA-5485; Streams should not suspend tasks twice

2017-06-30 Thread damianguy
Repository: kafka Updated Branches: refs/heads/trunk c4193cd1a -> 0dfeb31a1 KAFKA-5485; Streams should not suspend tasks twice Author: Matthias J. Sax Reviewers: Eno Thereska , Guozhang Wang , Damian Guy Closes #3390 from mjsax/kafka-5485-dont-suspend-tasks-twice Project: http://git-wip