[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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/ka

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

2016-03-19 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

[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

[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

[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

[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 Alt

[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

[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

[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> <groupId>org.apache.kafka</groupId>

[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

[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) => [top

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[GitHub] kafka pull request: MINOR: Remove unused DoublyLinkedList

2015-12-07 Thread granthenke
GitHub user granthenke opened a pull request: https://github.com/apache/kafka/pull/638 MINOR: Remove unused DoublyLinkedList It used to be used by MirrorMaker but its usage was removed in KAFKA-1997. You can merge this pull request into a Git repository by running: $ git pull

[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] 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

[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

[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

[GitHub] kafka pull request: MINOR: Change SaslSetup workDir to be under th...

2015-12-10 Thread granthenke
GitHub user granthenke opened a pull request: https://github.com/apache/kafka/pull/664 MINOR: Change SaslSetup workDir to be under the build folder Moves test output from the project files and allows `gradle clean` to clean up the output. You can merge this pull request into a Git

[GitHub] kafka pull request: MINOR: Fix broken docs link

2015-12-14 Thread granthenke
GitHub user granthenke opened a pull request: https://github.com/apache/kafka/pull/676 MINOR: Fix broken docs link You can merge this pull request into a Git repository by running: $ git pull https://github.com/granthenke/kafka doc-link Alternatively you can review and apply

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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] 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

[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

[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/

[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] 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

[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-

[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

[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

[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] 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

[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

[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] 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

[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

[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

[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

[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] 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

[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

[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

[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

[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

[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

[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 fo

[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

[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

[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

[GitHub] kafka pull request: KAFKA-2407: Only create log directory when it ...

2015-08-05 Thread granthenke
GitHub user granthenke opened a pull request: https://github.com/apache/kafka/pull/115 KAFKA-2407: Only create log directory when it will be used You can merge this pull request into a Git repository by running: $ git pull https://github.com/granthenke/kafka log-fix

[GitHub] kafka pull request: KAFKA-2393: Correctly Handle InvalidTopicExcep...

2015-08-05 Thread granthenke
GitHub user granthenke opened a pull request: https://github.com/apache/kafka/pull/117 KAFKA-2393: Correctly Handle InvalidTopicException in KafkaApis.getTo… …picMetadata() You can merge this pull request into a Git repository by running: $ git pull https://github.com

  1   2   >