kafka git commit: MINOR: Fix Streams examples in documentation

2016-12-13 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 21d7e6f19 -> 6626b058c MINOR: Fix Streams examples in documentation Performed minor cleanup and escaped `<` and `>` so code examples are shown correctly in the browser. Author: Vahid Hashemian Reviewers: Matthias J. Sax, Guozhang Wang C

kafka git commit: KAFKA-4497: LogCleaner appended the wrong offset to time index. Backport the fix to 0.10.1.

2016-12-13 Thread junrao
Repository: kafka Updated Branches: refs/heads/0.10.1 dce2e3f59 -> 5b869e7ee KAFKA-4497: LogCleaner appended the wrong offset to time index. Backport the fix to 0.10.1. Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/5b86

[1/9] kafka git commit: KAFKA-4390; Replace MessageSet usage with client-side alternatives

2016-12-13 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 6626b058c -> 67f1e5b91 http://git-wip-us.apache.org/repos/asf/kafka/blob/67f1e5b9/core/src/test/scala/unit/kafka/server/FetchRequestTest.scala -- diff --git a/core/src/test/s

[2/9] kafka git commit: KAFKA-4390; Replace MessageSet usage with client-side alternatives

2016-12-13 Thread jgus
http://git-wip-us.apache.org/repos/asf/kafka/blob/67f1e5b9/core/src/test/scala/unit/kafka/log/LogTest.scala -- diff --git a/core/src/test/scala/unit/kafka/log/LogTest.scala b/core/src/test/scala/unit/kafka/log/LogTest.scala index

[7/9] kafka git commit: KAFKA-4390; Replace MessageSet usage with client-side alternatives

2016-12-13 Thread jgus
http://git-wip-us.apache.org/repos/asf/kafka/blob/67f1e5b9/clients/src/main/java/org/apache/kafka/common/record/RecordsIterator.java -- diff --git a/clients/src/main/java/org/apache/kafka/common/record/RecordsIterator.java b/clie

[3/9] kafka git commit: KAFKA-4390; Replace MessageSet usage with client-side alternatives

2016-12-13 Thread jgus
http://git-wip-us.apache.org/repos/asf/kafka/blob/67f1e5b9/core/src/test/scala/unit/kafka/log/LogCleanerIntegrationTest.scala -- diff --git a/core/src/test/scala/unit/kafka/log/LogCleanerIntegrationTest.scala b/core/src/test/scala

[4/9] kafka git commit: KAFKA-4390; Replace MessageSet usage with client-side alternatives

2016-12-13 Thread jgus
http://git-wip-us.apache.org/repos/asf/kafka/blob/67f1e5b9/core/src/main/scala/kafka/server/ReplicaManager.scala -- diff --git a/core/src/main/scala/kafka/server/ReplicaManager.scala b/core/src/main/scala/kafka/server/ReplicaManag

[9/9] kafka git commit: KAFKA-4390; Replace MessageSet usage with client-side alternatives

2016-12-13 Thread jgus
KAFKA-4390; Replace MessageSet usage with client-side alternatives Author: Jason Gustafson Reviewers: Ismael Juma , Guozhang Wang , Jun Rao Closes #2140 from hachikuji/KAFKA4390 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/c

[8/9] kafka git commit: KAFKA-4390; Replace MessageSet usage with client-side alternatives

2016-12-13 Thread jgus
http://git-wip-us.apache.org/repos/asf/kafka/blob/67f1e5b9/clients/src/main/java/org/apache/kafka/common/record/LogInputStream.java -- diff --git a/clients/src/main/java/org/apache/kafka/common/record/LogInputStream.java b/client

[6/9] kafka git commit: KAFKA-4390; Replace MessageSet usage with client-side alternatives

2016-12-13 Thread jgus
http://git-wip-us.apache.org/repos/asf/kafka/blob/67f1e5b9/clients/src/test/java/org/apache/kafka/common/record/RecordTest.java -- diff --git a/clients/src/test/java/org/apache/kafka/common/record/RecordTest.java b/clients/src/te

[5/9] kafka git commit: KAFKA-4390; Replace MessageSet usage with client-side alternatives

2016-12-13 Thread jgus
http://git-wip-us.apache.org/repos/asf/kafka/blob/67f1e5b9/core/src/main/scala/kafka/log/LogSegment.scala -- diff --git a/core/src/main/scala/kafka/log/LogSegment.scala b/core/src/main/scala/kafka/log/LogSegment.scala index c5418e

kafka git commit: KAFKA-4509: Task reusage on rebalance fails for threads on same host

2016-12-13 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 67f1e5b91 -> 859113786 KAFKA-4509: Task reusage on rebalance fails for threads on same host Author: Matthias J. Sax Reviewers: Damian Guy, Guozhang Wang Closes #2233 from mjsax/kafka-4509-task-reusage-fix Project: http://git-wip-us.apac

kafka git commit: KAFKA-4532: StateStores can be connected to the wrong source topic resulting in incorrect metadata returned from Interactive Queries

2016-12-13 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 859113786 -> 448f194c7 KAFKA-4532: StateStores can be connected to the wrong source topic resulting in incorrect metadata returned from Interactive Queries When building a topology with tables and StateStores, the StateStores are mapped to

kafka-site git commit: MINOR: Grammar updated on contributing.html page

2016-12-13 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site dcccb9f90 -> 97ef06562 MINOR: Grammar updated on contributing.html page Just a little grammar update. Author: Herbert Mühlburger Reviewers: Guozhang Wang Closes #23 from muehlburger/asf-site Project: http://git-wip-us.apache.

kafka-site git commit: MINOR: Update contact.html with the correct search-hadoop.com link

2016-12-13 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site 97ef06562 -> 6a95c8959 MINOR: Update contact.html with the correct search-hadoop.com link Update link to search-hadoop.com Author: Aaron Niskode-Dossett Reviewers: Guozhang Wang Closes #33 from dossett/patch-1 Project: http://

kafka-site git commit: MINOR: Add new meetup link on events page

2016-12-13 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site 6a95c8959 -> 04dce4fcf MINOR: Add new meetup link on events page Added Japan meetup link. If the event page should be meetup.com, I will consider migration to meetup.com. Author: kokumutyoukan Reviewers: Guozhang Wang Closes #37

[2/8] kafka-site git commit: Extract Streams from documentation as standalone docs

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/970abca9/0101/security.html -- diff --git a/0101/security.html b/0101/security.html index 24cd771..92a5490 100644 --- a/0101/security.html +++ b/0101/security.html @@ -15,732 +

[1/8] kafka-site git commit: Extract Streams from documentation as standalone docs

2016-12-13 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site 04dce4fcf -> 970abca91 http://git-wip-us.apache.org/repos/asf/kafka-site/blob/970abca9/0101/streams.html -- diff --git a/0101/streams.html b/0101/streams.html index 7

[4/8] kafka-site git commit: Extract Streams from documentation as standalone docs

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/970abca9/0101/introduction.html -- diff --git a/0101/introduction.html b/0101/introduction.html index c9ab696..394a415 100644 --- a/0101/introduction.html +++ b/0101/introducti

[6/8] kafka-site git commit: Extract Streams from documentation as standalone docs

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/970abca9/0101/design.html -- diff --git a/0101/design.html b/0101/design.html index a666487..2548f93 100644 --- a/0101/design.html +++ b/0101/design.html @@ -15,572 +15,576 @@

[5/8] kafka-site git commit: Extract Streams from documentation as standalone docs

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/970abca9/0101/documentation.html -- diff --git a/0101/documentation.html b/0101/documentation.html index 55b83e4..9f41b4b 100644 --- a/0101/documentation.html +++ b/0101/docume

[3/8] kafka-site git commit: Extract Streams from documentation as standalone docs

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/970abca9/0101/ops.html -- diff --git a/0101/ops.html b/0101/ops.html index c26f0cb..5d8c60b 100644 --- a/0101/ops.html +++ b/0101/ops.html @@ -15,1342 +15,1346 @@ limitations

[8/8] kafka-site git commit: Extract Streams from documentation as standalone docs

2016-12-13 Thread guozhang
Extract Streams from documentation as standalone docs Here's the changes we talked about to pull Streams documentation out to it's own page. Ended up having to do the redirect on URLs that contain anchor tags that match the pattern 'streams_' with JS in the head section of the page because anch

[7/8] kafka-site git commit: Extract Streams from documentation as standalone docs

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/970abca9/0101/connect.html -- diff --git a/0101/connect.html b/0101/connect.html index d3fc7d7..8e682e8 100644 --- a/0101/connect.html +++ b/0101/connect.html @@ -15,411 +15,41

[5/8] kafka git commit: Separate Streams documentation and setup docs with easy to set variables

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka/blob/53428694/docs/documentation.html -- diff --git a/docs/documentation.html b/docs/documentation.html index 75c0467..e8516f9 100644 --- a/docs/documentation.html +++ b/docs/documentati

[1/8] kafka git commit: Separate Streams documentation and setup docs with easy to set variables

2016-12-13 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 448f194c7 -> 53428694a http://git-wip-us.apache.org/repos/asf/kafka/blob/53428694/docs/streams.html -- diff --git a/docs/streams.html b/docs/streams.html index 306b2a5..dec17

[2/8] kafka git commit: Separate Streams documentation and setup docs with easy to set variables

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka/blob/53428694/docs/security.html -- diff --git a/docs/security.html b/docs/security.html index f58179f..1f2e6f5 100644 --- a/docs/security.html +++ b/docs/security.html @@ -15,732 +15,73

[8/8] kafka git commit: Separate Streams documentation and setup docs with easy to set variables

2016-12-13 Thread guozhang
Separate Streams documentation and setup docs with easy to set variables - Seperate Streams documentation out to a standalone page. - Setup templates to use handlebars.js - Create template variables to swap in frequently updated values like version number from a single file templateData.js Autho

[7/8] kafka git commit: Separate Streams documentation and setup docs with easy to set variables

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka/blob/53428694/docs/connect.html -- diff --git a/docs/connect.html b/docs/connect.html index d3fc7d7..23e168c 100644 --- a/docs/connect.html +++ b/docs/connect.html @@ -15,411 +15,415 @@

[6/8] kafka git commit: Separate Streams documentation and setup docs with easy to set variables

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka/blob/53428694/docs/design.html -- diff --git a/docs/design.html b/docs/design.html index 57db133..2158432 100644 --- a/docs/design.html +++ b/docs/design.html @@ -15,569 +15,573 @@ lim

[4/8] kafka git commit: Separate Streams documentation and setup docs with easy to set variables

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka/blob/53428694/docs/introduction.html -- diff --git a/docs/introduction.html b/docs/introduction.html index d034683..f1bf488 100644 --- a/docs/introduction.html +++ b/docs/introduction.ht

[3/8] kafka git commit: Separate Streams documentation and setup docs with easy to set variables

2016-12-13 Thread guozhang
http://git-wip-us.apache.org/repos/asf/kafka/blob/53428694/docs/ops.html -- diff --git a/docs/ops.html b/docs/ops.html index ef889a3..a034b49 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -15,1345 +15,1349 @@ limitations unde