[GitHub] kafka pull request #2529: KAFKA-4754: Correctly parse '=' characters in comm...

2017-02-09 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/2529

KAFKA-4754: Correctly parse '=' characters in command line overrides



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka equals-parsing

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2529.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2529


commit a48d8aff6dc04da0afe75b4e8d08513cc064fd68
Author: Grant Henke <ghe...@cloudera.com>
Date:   2017-02-10T02:30:12Z

KAFKA-4754: Correctly parse '=' characters in command line overrides




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #40: Add Grant to committers page

2017-01-18 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka-site/pull/40

Add Grant to committers page



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka-site add-grant

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/40.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #40


commit 0d4a5f681b925fb8d3ca9c1bf9c4f853081dc65d
Author: Grant Henke <granthe...@apache.org>
Date:   2017-01-18T19:30:07Z

Add Grant to committers page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2246: KAFKA-4525: Kafka should not require SSL trust sto...

2016-12-12 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/2246

KAFKA-4525: Kafka should not require SSL trust store password



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka truststore-password

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2246.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2246


commit 47186bb1c87aa96bddcbb7b3a3841fe5d02b6792
Author: Grant Henke <ghe...@cloudera.com>
Date:   2016-12-12T20:21:10Z

KAFKA-4525: Kafka should not require SSL trust store password




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1849: KAFKA-4157: Transient system test failure in repli...

2016-09-13 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1849

KAFKA-4157: Transient system test failure in replica_verification_tes…

…t.test_replica_lags

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka replica-verification-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1849.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1849


commit 4fdee9a5f7cb0c62fd001c8e64eab4f9ec6785ad
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-09-13T14:27:26Z

KAFKA-4157: Transient system test failure in 
replica_verification_test.test_replica_lags




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1739: KAFKA-4032: Uncaught exceptions when autocreating ...

2016-08-14 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1739

KAFKA-4032: Uncaught exceptions when autocreating topics

handled by adding a catch all for any unhandled exception. Because the jira 
specifically mentions the InvalidReplicationFactor exception, a test was added 
for that specific case.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka create-errors

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1739.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1739


commit 6c85bcebf2e9ea96fbbfaf8eaab1b8d96ef160f5
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-08-15T03:18:03Z

KAFKA-4032: Uncaught exceptions when autocreating topics

handled by adding a catch all for any unhandled exception. Because the jira 
specifically mentions the InvalidReplicationFactor exception, a test was added 
for that specific case.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1737: KAFKA-4038: Transient failure in DeleteTopicsReque...

2016-08-14 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1737

KAFKA-4038: Transient failure in DeleteTopicsRequestTest.testErrorDel…

…eteTopicRequests

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka transient-delete

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1737.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1737


commit fccb12d57976ed02ec4432a730dbe2d2536dd5e1
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-08-15T02:14:29Z

KAFKA-4038: Transient failure in 
DeleteTopicsRequestTest.testErrorDeleteTopicRequests




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1730: MINOR: KAFKA-2946 Follow up. Add Delete to AclComm...

2016-08-12 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1730

MINOR: KAFKA-2946 Follow up. Add Delete to AclCommandTest



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka test-delete

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1730.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1730


commit 2dc10f958df1e871b2d86c81c2581655ce697698
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-08-12T22:36:43Z

MINOR: KAFKA-2946 Follow up. Add Delete to AclCommandTest




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1715: WIP: Add a consumer offset migration tool

2016-08-09 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1715

WIP: Add a consumer offset migration tool

Please see the dev mailing list for context. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka offset-migrator

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1715.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1715


commit 6fb19323075b6caaf1e1253eff10fdfbfef85f56
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-08-09T17:00:38Z

WIP: Add a consumer offset migration tool




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1632: MINOR: MetadataCache brokerId is not set on first ...

2016-07-18 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1632

MINOR: MetadataCache brokerId is not set on first run with generated …

…broker id

This is because the id passed into the MetadataCache is the value from the 
config before the real broker id is generated.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka metadata-id

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1632.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1632


commit 0459f23798231b38c486df5d42aa56319e5a066e
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-30T05:51:29Z

MINOR: MetadataCache brokerId is not set on first run with generated broker 
id

This is because the id passed into the MetadataCache is the value from the 
config before the real broker id is generated.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1631: KAFKA-3934: kafka-server-start.sh enables GC by de...

2016-07-18 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1631

KAFKA-3934: kafka-server-start.sh enables GC by default with no way t…

…o disable

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka garbage-flag

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1631.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1631


commit f20a23870ac146a9d5e9ef43005d21d1d0e13c23
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-07-18T15:50:53Z

KAFKA-3934: kafka-server-start.sh enables GC by default with no way to 
disable




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1616: KAFKA-2946: DeleteTopic - protocol and server side...

2016-07-12 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1616

KAFKA-2946: DeleteTopic - protocol and server side implementation



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka delete-wire-new

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1616.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1616


commit 6b1b6baf69a508d445ff587400902ac7dfa126a3
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-06-16T17:49:15Z

KAFKA-2946: DeleteTopic - protocol and server side implementation




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1568: MINOR: Fix consumer constructor doc string

2016-06-28 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1568

MINOR: Fix consumer constructor doc string



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka consumer-doc

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1568.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1568


commit 5352d9ca1ebf31e037a58bc4f87b4ca656bed6cb
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-06-28T20:46:01Z

MINOR: Fix consumer constructor doc string




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1509: KAFKA-3691: Confusing logging during metadata upda...

2016-06-15 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1509

KAFKA-3691: Confusing logging during metadata update timeout



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka timeout-logging

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1509.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1509


commit 824d9401d3f53e0cdeef371d35433cf811b6225c
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-06-14T20:50:49Z

KAFKA-3691: Confusing logging during metadata update timeout




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #626: KAFKA-2945: CreateTopic - protocol and server side ...

2016-06-10 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/626


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1489: KAFKA-2945: CreateTopic - protocol and server side...

2016-06-10 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1489

KAFKA-2945: CreateTopic - protocol and server side implementation



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka create-wire-new

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1489.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1489


commit 8411a89ef97916acb233f350493c2a318a4f8118
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-06-09T21:34:14Z

KAFKA-2945: CreateTopic - protocol and server side implementation




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1467: KAFKA-3789: Upgrade Snappy to fix snappy decompres...

2016-06-03 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1467

KAFKA-3789: Upgrade Snappy to fix snappy decompression errors



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka snappy-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1467.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1467


commit f08e12a9a59fb143049f337bccdb1b9dc21120d1
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-06-03T17:13:23Z

KAFKA-3789: Upgrade Snappy to fix snappy decompression errors




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: MetadataCache brokerId is not set on fi...

2016-05-01 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/1299


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: MetadataCache brokerId is not set on fi...

2016-04-29 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1299

MINOR: MetadataCache brokerId is not set on first run with generated …

…broker id

This is because the id passed into the MetadataCache is the value from the 
config before the real broker id is generated.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka metadata-id

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1299.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1299


commit b9df1caea4e14b9d4f7c0b445f841c0e4b4309c0
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-30T05:51:29Z

MINOR: MetadataCache brokerId is not set on first run with generated broker 
id

This is because the id passed into the MetadataCache is the value from the 
config before the real broker id is generated.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3644: Use Boolean protocol type for Stop...

2016-04-29 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1296

KAFKA-3644: Use Boolean protocol type for StopReplicaRequest delete_p…

…artitions

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka stop-boolean

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1296.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1296


commit 9e3fb5adab30d571728cfa3b4f29cb9be3f53fd9
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-29T22:29:05Z

KAFKA-3644: Use Boolean protocol type for StopReplicaRequest 
delete_partitions




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3641: Fix RecordMetadata constructor bac...

2016-04-29 Thread granthenke
GitHub user granthenke reopened a pull request:

https://github.com/apache/kafka/pull/1292

KAFKA-3641: Fix RecordMetadata constructor backward compatibility



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka recordmeta-compat

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1292.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1292


commit 7ab70a562df5b971d129434bbf0c57c699507a6a
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-29T18:31:41Z

KAFKA-3641: Fix RecordMetadata constructor backward compatibility




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3641: Fix RecordMetadata constructor bac...

2016-04-29 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/1292


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3641: Fix RecordMetadata constructor bac...

2016-04-29 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1292

KAFKA-3641: Fix RecordMetadata constructor backward compatibility



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka recordmeta-compat

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1292.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1292


commit 7ab70a562df5b971d129434bbf0c57c699507a6a
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-29T18:31:41Z

KAFKA-3641: Fix RecordMetadata constructor backward compatibility




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: WIP - KAFKA-1880: Add support for checking bin...

2016-04-29 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1291

WIP - KAFKA-1880: Add support for checking binary/source compatibility

This is a WIP pull request to show how I am generating the reports attached 
to the Jira. I am putting it up now so that we understand what has been 
changed/broken before the 0.10 release. 

At some point we may want to leverage something like this to break the 
build too, but I think generating a report is a good start.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka api-check

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1291.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1291


commit 5af41e2ab52bb62a4bf9d13d516b4d2789e357da
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-29T18:00:39Z

WIP - KAFKA-1880: Add support for checking binary/source compatibility




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3631: Fix Struct.toString for nullable a...

2016-04-27 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1279

KAFKA-3631: Fix Struct.toString for nullable arrayOf



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka struct-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1279.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1279


commit 4a1a67527dd60c06e64f5b373621af66812f3ed8
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-27T23:49:04Z

KAFKA-3631: Fix Struct.toString for nullable arrayOf




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3563: Maintain MessageAndMetadata constr...

2016-04-15 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1226

KAFKA-3563: Maintain MessageAndMetadata constructor compatibility



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka message_constructor

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1226.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1226


commit cf6b651dac2dc87ccb85b9c6c63e8010d9067818
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-15T14:59:13Z

KAFKA-3563: Maintain MessageAndMetadata constructor compatibility




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3549: Close consumers instantiated in co...

2016-04-12 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1217

KAFKA-3549: Close consumers instantiated in consumer tests



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka close-consumers

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1217.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1217


commit 0008c9dc4495bd8830d5245350a3dd61807d8c21
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-12T19:08:50Z

KAFKA-3549: Close consumers instantiated in consumer tests




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Remove unused hadoop version

2016-04-11 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1214

MINOR: Remove unused hadoop version

All dependencies on hadoop were removed with MiniKDC. This removes the left 
over version entry.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka remove-hadoop

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1214.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1214


commit 1f0ca61e798e907d66c0f4ad47579bf8712f1801
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-11T22:09:14Z

MINOR: Remove unused hadoop version

All dependencies on hadoop were removed with MiniKDC. This removes the left 
over version entry.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Fix BNF output for protocol arrays cona...

2016-04-01 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1174

MINOR: Fix BNF output for protocol arrays conataining primitives in docs

Before this patch arrays containing primitive types were not output:
   Metadata Request (Version: 0) => [topics]

After this patch the type is listed:
   Metadata Request (Version: 0) => [topics]
  topics => STRING

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka protocol-arrays

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1174.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1174


commit 97b3f5d1f80af501e9644c23b8beaec1f638e89e
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-04-01T17:49:17Z

MINOR: Fix BNF output for protocol arrays conataining primitives in docs

Before this patch arrays containing primitive types were not output:
   Metadata Request (Version: 0) => [topics]

After this patch the type is listed:
   Metadata Request (Version: 0) => [topics]
  topics => STRING




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3483: Restructure ducktape tests to simp...

2016-03-29 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1162

KAFKA-3483: Restructure ducktape tests to simplify running subsets of…

… tests

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka ducktape-structure

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1162.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1162


commit 99affed54d29909d81c9f204b6d97d5ef5b5ebea
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-29T15:18:33Z

KAFKA-3483: Restructure ducktape tests to simplify running subsets of tests




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request: update docs for 0.10.0-rc1

2016-03-28 Thread granthenke
Github user granthenke commented on a diff in the pull request:

https://github.com/apache/kafka-site/pull/10#discussion_r57626588
  
--- Diff: 0100/api.html ---
@@ -24,12 +24,12 @@
dependency
groupIdorg.apache.kafka/groupId
artifactIdkafka-clients/artifactId
-   version0.9.0.0/version
+   version0.10.0.0/version
/dependency
 
 
 Examples showing how to use the producer are given in the
-http://kafka.apache.org/090/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html;
 title="Kafka 0.9.0 Javadoc">javadocs.
+http://kafka.apache.org/0100/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html;
 title="Kafka 0.10.0 Javadoc">javadocs.
--- End diff --

Just a reminder that javadocs need to be pushed before this will work.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Fix transient SimpleACLAuthorizerTest f...

2016-03-28 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1156

MINOR: Fix transient SimpleACLAuthorizerTest failures

The SimpleACLAuthorizer will fail a request if it takes more than 10 
retries. This should not happen is real world scenarios, but during the high 
concurrency test it could. This patch reduces the number of concurrent requests 
to help ensure there aren't test failures on jenkins.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka transient-acl-test

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1156.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1156


commit 3fb231e78f910dec626a336d1b753dce3aa35f76
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-28T15:07:23Z

MINOR: Fix transient SimpleACLAuthorizerTest failures

The SimpleACLAuthorizer will fail a request if it takes more than 10 
retries. This should not happen is real world scenarios, but during the high 
concurrency test it could. This patch reduces the number of concurrent requests 
to help ensure there aren't test failures on jenkins.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3460: Remove old 0.7 KafkaMigrationTool

2016-03-24 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1136

KAFKA-3460: Remove old 0.7 KafkaMigrationTool



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka remove-07-migration

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1136.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1136


commit 6f1622cceeef41f80b33c3ff8151156fa73e8dcf
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-24T19:59:21Z

KAFKA-3460: Remove old 0.7 KafkaMigrationTool




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3441: 0.10.0 documentation still says "0...

2016-03-23 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1122

KAFKA-3441: 0.10.0 documentation still says "0.9.0"



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka docs-10

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1122.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1122


commit d10054d14ad90f13e803d865014c1c5b584ba34c
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-23T18:16:43Z

KAFKA-3441: 0.10.0 documentation still says "0.9.0"




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3451: Add basic HTML coverage report gen...

2016-03-23 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1121

KAFKA-3451: Add basic HTML coverage report generation to gradle



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka coverage

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1121.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1121


commit 3ccf9fc21e28b8b58915d644659c3eb04123bc85
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-23T17:03:37Z

KAFKA-3451: Add basic HTML coverage report generation to gradle




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3301: CommonClientConfigs.METRICS_SAMPLE...

2016-03-22 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1114

KAFKA-3301: CommonClientConfigs.METRICS_SAMPLE_WINDOW_MS_DOC is incor…

…rect

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka window-docs

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1114.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1114


commit 0d64663754c801ad347098b6d321daa3c54d70a6
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-22T17:40:50Z

KAFKA-3301: CommonClientConfigs.METRICS_SAMPLE_WINDOW_MS_DOC is incorrect




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3435: Remove `Unstable` annotation from ...

2016-03-22 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1113

KAFKA-3435: Remove `Unstable` annotation from new Java Consumer



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka remove-unstable

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1113.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1113


commit 64bf66c881026ee351a87f8ebb8103aff29691a6
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-22T16:36:49Z

KAFKA-3435: Remove `Unstable` annotation from new Java Consumer




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Fix FetchRequest.getErrorResponse for v...

2016-03-20 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1091

MINOR: Fix FetchRequest.getErrorResponse for version 1



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka fetch-error

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1091.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1091


commit 82324dee7c0b27ddd1636b4fbc6f088808d57d57
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-17T21:07:42Z

MINOR: Fix FetchRequest.getErrorResponse for version 1




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3403: Upgrade ZkClient to 0.8

2016-03-19 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1084

KAFKA-3403: Upgrade ZkClient to 0.8

This ZkClient version adds authentication validation and a conditional 
delete method needed for other patches

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka zkclient-08

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1084.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1084






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3306: Change metdata response to include...

2016-03-19 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1095

KAFKA-3306: Change metdata response to include required additional fi…

…elds

- Adds a Boolean type to the protocol
- Adds new fields to the Metadata reponse protocol
- Adds server code to handle new fields
   - Track controller id in the metadata cache
   - Check if a topic is considered internal
   - Check if a topic is marked for deletion
   - included rack information if present
- Adds test code to test new functionality independent of the client

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka metadata-changes

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1095.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1095


commit e7e031b2a3fe3984d8b1958bd81e76f2b122e57f
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-18T16:43:05Z

KAFKA-3306: Change metdata response to include required additional fields

- Adds a Boolean type to the protocol
- Adds new fields to the Metadata reponse protocol
- Adds server code to handle new fields
   - Track controller id in the metadata cache
   - Check if a topic is considered internal
   - Check if a topic is marked for deletion
   - included rack information if present
- Adds test code to test new functionality independent of the client




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3250: release tarball is unnecessarily l...

2016-03-15 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1075

KAFKA-3250: release tarball is unnecessarily large due to duplicate l…

…ibraries

This ensures duplicates are not copied in the distribution without 
rewriting all of the tar'ing logic. A larger improvement could be made to the 
packaging code, but that should be tracked by another jira.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka libs-duplicates

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1075.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1075


commit 8cdbf18fb5b751e0fc922d405643c152daaef4d1
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-15T15:53:43Z

KAFKA-3250: release tarball is unnecessarily large due to duplicate 
libraries

This ensures duplicates are not copied in the distribution without 
rewriting all of the tar'ing logic. A larger improvement could be made to the 
packaging code, but that should be tracked by another jira.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Review change to block.on.buffer.full c...

2016-03-14 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/1058


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Review change to block.on.buffer.full c...

2016-03-14 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1058

MINOR: Review change to block.on.buffer.full config



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka block-on-buffer-full

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1058.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1058


commit 48690cb12311cf138128a30d81a35edb4315fdaf
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-14T14:03:52Z

MINOR: Review change to block.on.buffer.full config




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request: Add protocol guide

2016-03-10 Thread granthenke
Github user granthenke commented on the pull request:

https://github.com/apache/kafka-site/pull/9#issuecomment-194980209
  
This was briefly tested locally with an Apache web server. It includes 
https://github.com/apache/kafka/pull/1043


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request: Add protocol guide

2016-03-10 Thread granthenke
Github user granthenke commented on the pull request:

https://github.com/apache/kafka-site/pull/9#issuecomment-194980267
  
cc @gwenshap 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request: Add protocol guide

2016-03-10 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka-site/pull/9

Add protocol guide



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka-site protocol

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/9.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #9


commit 586aeea8bd22a253e6301f8def889ff66beed982
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-10T18:02:47Z

Add protocol guide




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Add header and footer to protocol docs

2016-03-10 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1043

MINOR: Add header and footer to protocol docs

Because protocol.html is going to be in its own page it needs the header 
and footer included.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka protocol-docs-style

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1043.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1043


commit 46cf95a2ad3170fd0694458b7d68b83a11f62dd7
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-10T17:57:21Z

MINOR: Add header and footer to protocol docs

Because protocol.html is going to be in its own page it needs the header 
and footer included.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3361: Initial protocol documentation pag...

2016-03-09 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/1038


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3361: Initial protocol documentation pag...

2016-03-09 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1038

KAFKA-3361: Initial protocol documentation page and generation (0.9)

- Moves all generated docs under /docs/generated
- Generates docs for Protocol, Errors, and ApiKeys
- Adds new protocol.html page

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka protocol-docs-0.9

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1038.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1038


commit c0754edb2f3ef85980a56f45430d1f7ba6c0ab76
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-10T05:43:13Z

KAFKA-3361: Initial protocol documentation page and generation

- Moves all generated docs under /docs/generated
- Generates docs for Protocol, Errors, and ApiKeys
- Adds new protocol.html page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: KAFKA-3361 follow up

2016-03-09 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1037

MINOR: KAFKA-3361 follow up



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka protocol-minor

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1037.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1037


commit 5d59cf01300ab8287a12d6e3d32e10a5727863c3
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-10T05:47:14Z

MINOR: KAFKA-3361 follow up




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3328: SimpleAclAuthorizer can lose ACLs ...

2016-03-03 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1006

KAFKA-3328: SimpleAclAuthorizer can lose ACLs with frequent add/remov…

…e calls

Changes the SimpleAclAuthorizer to:
- Always read state from Zookeeper before updating acls
- Update local cache when modifying acls

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka simple-authorizer-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1006.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1006


commit 3483b759e1cf5e5a42ad3206eca41e8e75906b41
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-03T20:59:03Z

KAFKA-3328: SimpleAclAuthorizer can lose ACLs with frequent add/remove calls

Changes the SimpleAclAuthorizer to:
- Always read state from Zookeeper before updating acls
- Update local cache when modifying acls




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: WIP - KAFKA-3266: List/Alter Acls - protocol a...

2016-03-03 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/1005

WIP - KAFKA-3266: List/Alter Acls - protocol and server side implemen…

…tation

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka acl-wire

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1005.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1005


commit 55675179655fdee1b526dff42a94550d233367d9
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-03-02T15:58:20Z

WIP - KAFKA-3266: List/Alter Acls - protocol and server side implementation




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3286: Add plugin to quickly check for ou...

2016-02-25 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/973

KAFKA-3286: Add plugin to quickly check for outdated dependencies

Adds a gradle task to generate a report of outdate release dependencies:
`gradle dependencyUpdates`

Updates a few minor versions.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka outdated-deps

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/973.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #973


commit 892f0148bebc724b73d84545466c8bfe29fe32cf
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-25T17:17:18Z

KAFKA-3286: Add plugin to quickly check for outdated dependencies

Adds a gradle task to generate a report of outdate release dependencies:
`gradle dependencyUpdates`

Updates a few minor versions.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: WIP: Protocol Documentation Generation

2016-02-24 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/970

WIP: Protocol Documentation Generation

Please see the email with the subject "Protocol Documentation WIP" in the 
Kafka dev mailing list for context on this PR. Do not review this for merge in 
its current state. 

Here are links for the generated output:
- Gist of output: 
https://gist.github.com/granthenke/dae9e60b5e548acead58#file-kafka_protocol-html
- In browser preview of Gist: 
https://rawgit.com/granthenke/dae9e60b5e548acead58/raw/a2da4279d6fd11e8056927695c7c091e58607f38/kafka_protocol.html

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka protocol-doc-wip

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/970.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #970


commit 8c3f730a9b3b0ddceeae6429840e992bfcd122a5
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-25T07:55:03Z

WIP: Protocol Documentation Generation




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Remove usage of deprecated junit.framew...

2016-02-19 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/938

MINOR: Remove usage of deprecated junit.framework.Assert



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka junit-dep

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/938.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #938


commit a265cb9175af642e06362b4ba4a0100665dc2d46
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-19T18:08:22Z

MINOR: Remove usage of deprecated junit.framework.Assert




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2068; KAFKA-2069; Replace OffsetCommit a...

2016-02-17 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/927

KAFKA-2068; KAFKA-2069; Replace OffsetCommit and OffsetFetch Request/…

…Response with o.a.k.c.requests equivalent

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka offset-refactor

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/927.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #927


commit 13ed7514040ec9a4b3c376900f0952b16727a8ee
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-20T14:51:52Z

KAFKA-2068; KAFKA-2069; Replace OffsetCommit and OffsetFetch 
Request/Response with o.a.k.c.requests equivalent




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3088: (0.9 branch) broker crash on recei...

2016-02-16 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/910


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3088: (0.9 branch) broker crash on recei...

2016-02-12 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/910

KAFKA-3088: (0.9 branch) broker crash on receipt of produce request w…

…ith empty client ID

- Adds  NULLABLE_STRING Type to the protocol
- Changes client_id in the REQUEST_HEADER to NULLABLE_STRING with a default 
of ""
- Fixes server handling of invalid ApiKey request and other invalid requests

Specifically for 0.9 branch:
- Changes legacy 'readFrom' methods to default client id to "" on read

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka null-clientid-0.9

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/910.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #910


commit a369d94dad34033cb8a1ba57366fe73e161f4efa
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-13T04:02:32Z

KAFKA-3088: (0.9 branch) broker crash on receipt of produce request with 
empty client ID

- Adds  NULLABLE_STRING Type to the protocol
- Changes client_id in the REQUEST_HEADER to NULLABLE_STRING with a default 
of ""
- Fixes server handling of invalid ApiKey request and other invalid requests
Specifically for 0.9 branch:
- Changes legacy 'readFrom' methods to default client id to "" on read




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2866: Bump up commons-collections versio...

2016-02-11 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/564


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3226: Replicas collections should use Li...

2016-02-10 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/900

KAFKA-3226: Replicas collections should use List instead of Set in or…

…der to maintain order

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka replicas-list

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/900.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #900






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3226: Replicas collections should use Li...

2016-02-10 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/900


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2508: Replace UpdateMetadata{Request,Res...

2016-02-09 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/896

KAFKA-2508: Replace UpdateMetadata{Request,Response} with o.a.k.c.req…

…uests equivalent

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka update-metadata

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/896.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #896


commit 537b8089d94326f937fc050f03a522e573cfa0cd
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-10T04:13:28Z

KAFKA-2508: Replace UpdateMetadata{Request,Response} with o.a.k.c.requests 
equivalent




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3208: Default security.inter.broker.prot...

2016-02-07 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/869


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3208: Default security.inter.broker.prot...

2016-02-04 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/869

KAFKA-3208: Default security.inter.broker.protocol based on configure…

…d advertised.listeners

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka default-broker-protocol

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/869.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #869


commit 0e7214c19c2e787f2b65556628cc2e441c7f5c48
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-04T22:10:38Z

KAFKA-3208: Default security.inter.broker.protocol based on configured 
advertised.listeners




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3037: Test number of alive brokers known...

2016-02-04 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/875

KAFKA-3037: Test number of alive brokers known after single node clus…

…ter startup

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka self-aware

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/875.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #875


commit 21ec8efa3a1d218e1bd578a5498d25c8e3d95ee8
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-05T04:52:27Z

KAFKA-3037: Test number of alive brokers known after single node cluster 
startup




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2589: the default value for the "rebalan...

2016-02-04 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/876

KAFKA-2589: the default value for the "rebalance.backoff.ms" property…

… is not specified correctly

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka rebalance-doc

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/876.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #876


commit 746a3cc88b05cc26e727b66ae808148066a07f1f
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-05T05:09:09Z

KAFKA-2589: the default value for the "rebalance.backoff.ms" property is 
not specified correctly




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3088: broker crash on receipt of produce...

2016-02-04 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/866

KAFKA-3088: broker crash on receipt of produce request with empty cli…

…ent ID

- Adds  NULLABLE_STRING Type to the protocol
- Changes client_id in the REQUEST_HEADER to NULLABLE_STRING with a default 
of ""
- Fixes server handling of invalid ApiKey request and other invalid requests

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka null-clientid

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/866.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #866


commit b17eb557ac989dfa19d32370eca4cb73eca30664
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-04T18:17:51Z

KAFKA-3088: broker crash on receipt of produce request with empty client ID

- Adds  NULLABLE_STRING Type to the protocol
- Changes client_id in the REQUEST_HEADER to NULLABLE_STRING with a default 
of ""
- Fixes server handling of invalid ApiKey request and other invalid requests




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3194: Validate security.inter.broker.pro...

2016-02-02 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/851

KAFKA-3194: Validate security.inter.broker.protocol against the adver…

…tised.listeners protocols

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka verify-protocol

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/851.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #851


commit 918a391a2fc3cf825bfbad73ae3ab923a307f4e4
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-02T22:38:58Z

KAFKA-3194: Validate security.inter.broker.protocol against the 
advertised.listeners protocols




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3189: Kafka server returns UnknownServer...

2016-02-02 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/856

KAFKA-3189: Kafka server returns UnknownServerException for inherited…

… exceptions

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka inherited-errors

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/856.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #856


commit 4de1cce990d3df283f9688d4b91d7a6582b55853
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-03T03:10:30Z

KAFKA-3189: Kafka server returns UnknownServerException for inherited 
exceptions




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Improve error message for inconsistent ...

2016-02-01 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/847

MINOR: Improve error message for inconsistent broker ids

Provides a more actionable and descriptive error message. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka broker-id-error

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/847.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #847


commit ab9e5926c64a32a51bcfdbe8b330815745abfe42
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-02-01T22:49:36Z

MINOR: Improve error message for inconsistent broker ids




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3165: Fix ignored parameters in the grad...

2016-01-29 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/835

KAFKA-3165: Fix ignored parameters in the gradle "All" tasks



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka all-parameters

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/835.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #835


commit d74fd508cba554f567e7ec62b9796ad1d5e93124
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-29T17:24:58Z

KAFKA-3165: Fix ignored parameters in the gradle "All" tasks




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3164: Document client and mirrormaker up...

2016-01-29 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/838

KAFKA-3164: Document client and mirrormaker upgrade procedure/require…

…ments

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka upgrade-docs

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/838.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #838


commit e855bfb711348b0fd880d7f4fc2c54cd31e80ef8
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-29T22:09:04Z

KAFKA-3164: Document client and mirrormaker upgrade procedure/requirements




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3132: URI scheme in "listeners" property...

2016-01-26 Thread granthenke
GitHub user granthenke reopened a pull request:

https://github.com/apache/kafka/pull/811

KAFKA-3132: URI scheme in "listeners" property should not be case-sen…

…sitive

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka listeners-case

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/811.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #811


commit 45fa9e3d14afdb982fecb9cff644572a6757942b
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-26T05:38:32Z

KAFKA-3132: URI scheme in "listeners" property should not be case-sensitive




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3132: URI scheme in "listeners" property...

2016-01-26 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/811


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3132: URI scheme in "listeners" property...

2016-01-25 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/811

KAFKA-3132: URI scheme in "listeners" property should not be case-sen…

…sitive

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka listeners-case

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/811.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #811


commit 894996bcd202d15845a864e22c6b687f73339735
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-26T05:38:32Z

KAFKA-3132: URI scheme in "listeners" property should not be case-sensitive




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Remove remnants of hadoop clients from ...

2016-01-21 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/799

MINOR: Remove remnants of hadoop clients from kafka-run-class.sh



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka hadoop-contrib

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/799.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #799


commit 6e971238302d0ff93f3ede9911216ad12158dde4
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-21T20:19:17Z

MINOR: Remove remnants of hadoop clients from kafka-run-class.sh




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2999: Errors enum should be a 1 to 1 map...

2016-01-13 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/766

KAFKA-2999: Errors enum should be a 1 to 1 mapping of error codes and…

… exceptions

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka errors-map

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/766.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #766


commit 86ce814a533b90147f862a2114e40d360181cd7c
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-13T18:04:39Z

KAFKA-2999: Errors enum should be a 1 to 1 mapping of error codes and 
exceptions




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3012: Avoid reserved.broker.max.id colli...

2016-01-12 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/762

KAFKA-3012: Avoid reserved.broker.max.id collisions on upgrade

Provides a configuration to opt out of broker id generation.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka id-generation

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/762.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #762


commit c60449ff37664c8f05a9b3faef96b05bcd821c32
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-12T22:59:55Z

KAFKA-3012: Avoid reserved.broker.max.id collisions on upgrade

Provides a configuration to opt out of broker id generation.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3091: Broker with an invalid id would no...

2016-01-12 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/763

KAFKA-3091: Broker with an invalid id would not start when its id is …

…updated to a new valid one

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka id-start-failure

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/763.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #763


commit ba409ae96450d9517cf321557ff5940d6924a9a1
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-13T05:11:10Z

KAFKA-3091: Broker with an invalid id would not start when its id is 
updated to a new valid one




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3019: Add an exceptionName method to Err...

2016-01-11 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/754

KAFKA-3019: Add an exceptionName method to Errors



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka exception-name

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/754.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #754


commit a302fcd0592dd8bd306c95471346beeea92c23ca
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-11T14:53:53Z

KAFKA-3019: Add an exceptionName method to Errors




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3084: Topic existence checks in topic co...

2016-01-08 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/744

KAFKA-3084: Topic existence checks in topic commands (create, alter, …

…delete)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka exists-checks

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/744.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #744


commit d85b01e84cf3c5aadd0eaeba696e309873ab5bb7
Author: Grant Henke <granthe...@gmail.com>
Date:   2016-01-08T20:21:12Z

KAFKA-3084: Topic existence checks in topic commands (create, alter, delete)




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3021: Centralize dependency version mana...

2016-01-07 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/741

KAFKA-3021: Centralize dependency version management



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka central-deps

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/741.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #741


commit 2e7e5bda1bc4801e17441c7ede6c523f69500e15
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-24T05:02:58Z

KAFKA-3021: Centralize dependency version management




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2929: Migrate duplicate error mapping fu...

2015-12-28 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/616


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2929: Migrate duplicate error mapping fu...

2015-12-28 Thread granthenke
GitHub user granthenke reopened a pull request:

https://github.com/apache/kafka/pull/616

KAFKA-2929: Migrate duplicate error mapping functionality

Deprecates ErrorMapping.scala in core in favor or Errors.java in common. 
Duplicated exceptions in core are deprecated as well, to ensure the mapping 
is correct.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka error-mapping

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/616.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #616


commit eba3b41309cf9f0436a0159dffa63fa51d89beb7
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-16T17:55:33Z

KAFKA-2929: Migrate duplicate error mapping functionality




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: MINOR: Update to Gradle 2.10

2015-12-22 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/715

MINOR: Update to Gradle 2.10

Some of the Improvements Include:
- The Checkstyle task now produces a human friendly HTML report
- Potential performance improvements
- Bug Fixes

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka gradle

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/715.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #715


commit 6e5db3a8e08b98ac19728e0d5c466b62fb1b475a
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-22T22:45:25Z

MINOR: Update to Gradle 2.10

Some of the Improvments Include:
- The Checkstyle task now produces a human friendly HTML report
- Potential performance improvements
- Bug Fixes




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3022: Deduplicate common project configu...

2015-12-22 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/712

KAFKA-3022: Deduplicate common project configurations

- Move testJar to subprojects config
- Move CheckStyle to subprojects config
- Move testLogging to subprojects config
- Add testSourceJar in subprojects config
- Minor cleanup

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka build-dedupe

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/712.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #712


commit eb469093f9fe83416a1ace421a9fb9ab17b936ee
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-22T16:20:26Z

KAFKA-3022: Deduplicate common project configurations

- Move testJar to subprojects config
- Move CheckStyle to subprojects config
- Move testLogging to subprojects config
- Add testSourceJar in subprojects config
- Minor cleanup




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3030: Remove unused scala dependencies

2015-12-22 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/713

KAFKA-3030: Remove unused scala dependencies



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka scala-deps

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/713.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #713


commit 25c64cfe1e158db876e0ed6b9184b7cfc9efc2e2
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-22T17:00:50Z

KAFKA-3030: Remove unused scala dependencies




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3020: Ensure CheckStyle runs on all Java...

2015-12-21 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/703

KAFKA-3020: Ensure CheckStyle runs on all Java code

- Adds CheckStyle to core and examples modules
- Fixes any existing CheckStyle issues

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka checkstyle-core

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/703.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #703


commit adc050940054947cc8a9a7396ec70a70a01f3e5f
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-11-10T22:46:38Z

KAFKA-3020: Ensure CheckStyle runs on all Java code

- Adds CheckStyle to core and examples modules
- Fixes any existing CheckStyle issues




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3024: Remove old patch review tools

2015-12-21 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/705

KAFKA-3024: Remove old patch review tools



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka review-tools-cleanup

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/705.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #705


commit 4ae0d0b51dcd0bbf57cbbdedea6736480a344eca
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-21T20:19:55Z

KAFKA-3024: Remove old patch review tools




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3020: Ensure CheckStyle runs on all Java...

2015-12-21 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/703


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3020: Ensure CheckStyle runs on all Java...

2015-12-21 Thread granthenke
GitHub user granthenke reopened a pull request:

https://github.com/apache/kafka/pull/703

KAFKA-3020: Ensure CheckStyle runs on all Java code

- Adds CheckStyle to core and examples modules
- Fixes any existing CheckStyle issues

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka checkstyle-core

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/703.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #703


commit adc050940054947cc8a9a7396ec70a70a01f3e5f
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-11-10T22:46:38Z

KAFKA-3020: Ensure CheckStyle runs on all Java code

- Adds CheckStyle to core and examples modules
- Fixes any existing CheckStyle issues




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2988: Change default configuration of th...

2015-12-19 Thread granthenke
GitHub user granthenke reopened a pull request:

https://github.com/apache/kafka/pull/686

KAFKA-2988: Change default configuration of the log cleaner



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka compaction

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/686.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #686


commit 9d5a56ec164d3113762ffda5e83dd9c278a9d29a
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-17T03:44:42Z

KAFKA-2988: Change default value of log.cleaner.enable

commit 046fb03c3ea94085c620997364041ebdccec998b
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-18T22:54:53Z

Add upgrade notes to docs

commit 27744330082475530ef75e7c974dbb8bc016dd6d
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-18T22:56:23Z

Remove log.cleaner.enable from the server properties file




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2988: Change default configuration of th...

2015-12-19 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/686


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2929: Migrate duplicate error mapping fu...

2015-12-16 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/616


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2929: Migrate duplicate error mapping fu...

2015-12-16 Thread granthenke
GitHub user granthenke reopened a pull request:

https://github.com/apache/kafka/pull/616

KAFKA-2929: Migrate duplicate error mapping functionality

Deprecates ErrorMapping.scala in core in favor or Errors.java in common. 
Duplicated exceptions in core are deprecated as well, to ensure the mapping 
is correct.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka error-mapping

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/616.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #616


commit 631f38af04f2f944d9a31506ad6290603cc4641e
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-16T17:55:33Z

KAFKA-2929: Migrate duplicate error mapping functionality




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2988: Change default configuration of th...

2015-12-16 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/686

KAFKA-2988: Change default configuration of the log cleaner



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka compaction

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/686.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #686


commit 9d5a56ec164d3113762ffda5e83dd9c278a9d29a
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-17T03:44:42Z

KAFKA-2988: Change default value of log.cleaner.enable




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2507: Replace ControlledShutdown{Request...

2015-12-10 Thread granthenke
Github user granthenke closed the pull request at:

https://github.com/apache/kafka/pull/640


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2070: Replace Offset{Request,Response} w...

2015-12-10 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/663

KAFKA-2070: Replace Offset{Request,Response} with o.a.k.c requests eq…

…uivalent

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka offset-list

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/663.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #663


commit 26cd605239950ed209461b87b23ed58a3e749987
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-10T20:00:40Z

KAFKA-2070: Replace Offset{Request,Response} with o.a.k.c requests 
equivalent




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2507: Replace ControlledShutdown{Request...

2015-12-08 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/640

KAFKA-2507: Replace ControlledShutdown{Request,Response} with o.a.k.c…

….requests equivalent

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka controlled-shutdown

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/640.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #640


commit 7474779b584815da5592554366ad910bc70ca17a
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-08T18:14:32Z

KAFKA-2507: Replace ControlledShutdown{Request,Response} with 
o.a.k.c.requests equivalent




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2509: Replace LeaderAndIsr{Request,Respo...

2015-12-08 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/647

KAFKA-2509: Replace LeaderAndIsr{Request,Response} with o.a.k.c reque…

…sts equivalent

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka isr-request

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/647.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #647


commit 7292291832b688c77ab0f27ba68f20e71ca2e81b
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-09T03:13:27Z

KAFKA-2509: Replace LeaderAndIsr{Request,Response} with o.a.k.c requests 
equivalent




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-2958: Remove duplicate API key mapping f...

2015-12-07 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/637

KAFKA-2958: Remove duplicate API key mapping functionality



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka api-keys

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/637.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #637


commit a6a6c3c449ab84cee9178f0997c2c16356d4b391
Author: Grant Henke <granthe...@gmail.com>
Date:   2015-12-08T01:57:29Z

KAFKA-2958: Remove duplicate API key mapping functionality




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


  1   2   >