[GitHub] kafka pull request #4323: KAFKA-5849: Add process stop, round trip workload,...

2017-12-13 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4323 KAFKA-5849: Add process stop, round trip workload, partitioned test * Implement process stop faults via SIGSTOP / SIGCONT * Implement RoundTripWorkload, which both sends messages

[GitHub] kafka pull request #4106: KAFKA-5849: Add partitioned produce consume test

2017-12-13 Thread cmccabe
Github user cmccabe closed the pull request at: https://github.com/apache/kafka/pull/4106 ---

[GitHub] kafka pull request #4316: kafka-future-whencomplete

2017-12-11 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4316 kafka-future-whencomplete *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping

[GitHub] kafka pull request #4295: KAFKA-6299. Fix AdminClient error handling when me...

2017-12-05 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4295 KAFKA-6299. Fix AdminClient error handling when metadata changes AdminClient should only call Metadata#requestUpdate when needed. AdminClient should retry requests for which the controller

[GitHub] kafka pull request #4275: Close socketChannel in finally block

2017-11-29 Thread cmccabe
Github user cmccabe closed the pull request at: https://github.com/apache/kafka/pull/4275 ---

[GitHub] kafka pull request #4275: Close socketChannel in finally block

2017-11-29 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4275 Close socketChannel in finally block You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-6260 Alternatively you can review

[GitHub] kafka pull request #4267: MINOR: fix version in tests/kafkatest/__init__.py

2017-11-27 Thread cmccabe
Github user cmccabe closed the pull request at: https://github.com/apache/kafka/pull/4267 ---

[GitHub] kafka pull request #4267: MINOR: fix version in tests/kafkatest/__init__.py

2017-11-27 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4267 MINOR: fix version in tests/kafkatest/__init__.py *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate

[GitHub] kafka pull request #4245: KAFKA-6255: Add ProduceBench to Trogdor

2017-11-21 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4245 KAFKA-6255: Add ProduceBench to Trogdor You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-6255 Alternatively you can review

[GitHub] kafka pull request #4240: KAFKA-6247. Fix system test dependency issues

2017-11-20 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4240 KAFKA-6247. Fix system test dependency issues Fix an omission where Kibosh was not getting installed on Vagrant instances running in AWS. Centralize test dependency versions in tests

[GitHub] kafka pull request #4195: KAFKA-5811: Add Kibosh integration for Trogdor and...

2017-11-08 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4195 KAFKA-5811: Add Kibosh integration for Trogdor and Ducktape For ducktape: add Kibosh to the testing Dockerfile. Create files_unreadable_fault_spec.py. For trogdor: create

[GitHub] kafka pull request #4183: Kafka 5692 elect preferred

2017-11-06 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4183 Kafka 5692 elect preferred You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5692-elect-preferred Alternatively you can

[GitHub] kafka pull request #4163: MINOR: build.gradle: sourceCompatibility, targetCo...

2017-11-02 Thread cmccabe
Github user cmccabe closed the pull request at: https://github.com/apache/kafka/pull/4163 ---

[GitHub] kafka pull request #4163: MINOR: build.gradle: sourceCompatibility, targetCo...

2017-10-31 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4163 MINOR: build.gradle: sourceCompatibility, targetCompatibility to allp… …rojects You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe

[GitHub] kafka pull request #4106: Kafka 5849

2017-10-20 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4106 Kafka 5849 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5849 Alternatively you can review and apply these changes

[GitHub] kafka pull request #4105: KAFKA-6102: Consolidate MockTime implementations b...

2017-10-20 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4105 KAFKA-6102: Consolidate MockTime implementations between connect and … …clients You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe

[GitHub] kafka pull request #4084: KAFKA-6070: add ipaddress and enum34 dependencies ...

2017-10-17 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4084 KAFKA-6070: add ipaddress and enum34 dependencies to docker image You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-6070

[GitHub] kafka pull request #4073: KAFKA-6060: Add workload generation capabilities t...

2017-10-13 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/4073 KAFKA-6060: Add workload generation capabilities to Trogdor Previously, Trogdor only handled "Faults." Now, Trogdor can handle "Tasks" which may be either faults, or

[GitHub] kafka pull request #3958: Re-enable KafkaAdminClientTest#testHandleTimeout

2017-09-25 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3958 Re-enable KafkaAdminClientTest#testHandleTimeout You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka re-enable

[GitHub] kafka pull request #3822: KAFKA-5792: Fix Transient failure in KafkaAdminCli...

2017-09-08 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3822 KAFKA-5792: Fix Transient failure in KafkaAdminClientTest.testHandleT… …imeout You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka

[GitHub] kafka pull request #3794: KAFKA-5838. Speed up running system tests in docke...

2017-09-05 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3794 KAFKA-5838. Speed up running system tests in docker a bit with better… … sshd options You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3404: KAFKA-5476: Implement a system test that creates n...

2017-08-30 Thread cmccabe
Github user cmccabe closed the pull request at: https://github.com/apache/kafka/pull/3404 --- 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

[GitHub] kafka pull request #3755: KAFKA-5806. Fix transient unit test failure in tro...

2017-08-29 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3755 KAFKA-5806. Fix transient unit test failure in trogdor coordinator shutdown In the coordinator, we should check that 'shutdown' is not true before going to sleep waiting for the condition. You can

[GitHub] kafka pull request #3731: KAFKA-5720: Fix AdminClientIntegrationTest#testCal...

2017-08-24 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3731 KAFKA-5720: Fix AdminClientIntegrationTest#testCallInFlightTimeouts * When a call is aborted, that should count as a "try" in the failure log message. * FailureInjectingTimeoutProces

[GitHub] kafka pull request #3726: KAFKA-5777. Add ducktape integration for Trogdor

2017-08-23 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3726 KAFKA-5777. Add ducktape integration for Trogdor You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5777 Alternatively you

[GitHub] kafka pull request #3721: Upgrade to ducktape 0.7.0

2017-08-22 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3721 Upgrade to ducktape 0.7.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5768 Alternatively you can review and apply

[GitHub] kafka pull request #3715: KafkaService: print node hostname on failure

2017-08-22 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3715 KafkaService: print node hostname on failure Print node hostname on failure. Check for both "kafka.Kafka" and "metrics.SupportedKafka" process names. You can merge this pul

[GitHub] kafka pull request #3699: Add the Trogdor fault injection daemon

2017-08-19 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3699 Add the Trogdor fault injection daemon You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka trogdor-review Alternatively you can

[GitHub] kafka pull request #3680: KAFKA-5743. Ducktape services should use subdirs o...

2017-08-16 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3680 KAFKA-5743. Ducktape services should use subdirs of /mnt You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5743

[GitHub] kafka pull request #3679: KAFKA-5744: ShellTest: add tests for attempting to...

2017-08-16 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3679 KAFKA-5744: ShellTest: add tests for attempting to run nonexistent pr… …ogram, error return You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3674: KAFKA-5737. KafkaAdminClient thread should be daem...

2017-08-15 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3674 KAFKA-5737. KafkaAdminClient thread should be daemon You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5737 Alternatively

[GitHub] kafka pull request #3585: KAFKA-5659. AdminClient#describeConfigs makes an e...

2017-07-26 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3585 KAFKA-5659. AdminClient#describeConfigs makes an extra empty request … …when only broker info is requested You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request #3584: KAFKA-5658. Fix AdminClient request timeout handli...

2017-07-26 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3584 KAFKA-5658. Fix AdminClient request timeout handling bug resulting in continual BrokerNotAvailableExceptions The AdminClient does not properly clear calls from the callsInFlight structure. Later

[GitHub] kafka pull request #3557: KAFKA-5623: ducktape kafka service: do not assume ...

2017-07-20 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3557 KAFKA-5623: ducktape kafka service: do not assume Service contains nu… …m_nodes You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe

[GitHub] kafka pull request #3539: KAFKA-5602: ducker-ak: support --custom-ducktape

2017-07-17 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3539 KAFKA-5602: ducker-ak: support --custom-ducktape Support a --custom-ducktape flag which allows developers to install their own versions of ducktape into Docker images. This is helpful

[GitHub] kafka pull request #3506: KAFKA-5565. Add a broker metric specifying the num...

2017-07-07 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3506 KAFKA-5565. Add a broker metric specifying the number of consumer gro… …up rebalances in progress You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #3404: KAFKA-5476: Implement a system test that creates n...

2017-06-21 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3404 KAFKA-5476: Implement a system test that creates network partitions KAFKA-5476: Implement a system test that creates network partitions You can merge this pull request into a Git repository

[GitHub] kafka pull request #3389: KAFKA-5484: Refactor kafkatest docker support

2017-06-20 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3389 KAFKA-5484: Refactor kafkatest docker support You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5484 Alternatively you can

[GitHub] kafka pull request #3359: KAFKA-5062. Kafka brokers can accept malformed req...

2017-06-16 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3359 KAFKA-5062. Kafka brokers can accept malformed requests which allocat… …e gigabytes of memory You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #3324: Temporarily remove the apiVersions API for 0.11

2017-06-13 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3324 Temporarily remove the apiVersions API for 0.11 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka removeApiVersions Alternatively

[GitHub] kafka pull request #3309: MINOR: NetworkClient#disconnect should not erase c...

2017-06-12 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3309 MINOR: NetworkClient#disconnect should not erase connection info NetworkClient#disconnect should not erase the connection information. This will allow exponential backoff to occur. You can

[GitHub] kafka pull request #3263: KAFKA-5404: Add more AdminClient checks to ClientC...

2017-06-07 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3263 KAFKA-5404: Add more AdminClient checks to ClientCompatibilityTest You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5404

[GitHub] kafka pull request #3250: KAFKA-5394. KafkaAdminClient#timeoutCallsInFlight ...

2017-06-06 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3250 KAFKA-5394. KafkaAdminClient#timeoutCallsInFlight does not work as ex… …pected * Rename KafkaClient#close to KafkaClient#forget to emphasize that it forgets the requests on a given

[GitHub] kafka pull request #3240: KAFKA-5292. Fix authorization checks in AdminClien...

2017-06-05 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3240 KAFKA-5292. Fix authorization checks in AdminClient * NetworkClient.java: when trace logging is enabled, show AbstractResponse Struct objects, rather than just a memory address

[GitHub] kafka pull request #3219: KAFKA-5374. AdminClient gets "server returned info...

2017-06-05 Thread cmccabe
Github user cmccabe closed the pull request at: https://github.com/apache/kafka/pull/3219 --- 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

[GitHub] kafka pull request #3219: KAFKA-5374. AdminClient gets "server returned info...

2017-06-02 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3219 KAFKA-5374. AdminClient gets "server returned information about unkno… …wn correlation ID" when communicating with older brokers You can merge this pull request into a Git repository

[GitHub] kafka pull request #3174: KAFKA-5293. Do not apply exponential backoff if us...

2017-05-30 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3174 KAFKA-5293. Do not apply exponential backoff if users have overridden… … reconnect.backoff.ms You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #3141: KAFKA-5324: AdminClient: add close with timeout, f...

2017-05-24 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3141 KAFKA-5324: AdminClient: add close with timeout, fix some timeout bugs You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5324

[GitHub] kafka pull request #3139: MINOR: fix flakiness in testDeleteAcls

2017-05-24 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3139 MINOR: fix flakiness in testDeleteAcls This call to isCompletedExceptionally introduced a race condition because the future might not have been completed. assertFutureError checks

[GitHub] kafka pull request #3120: Kafka 5265

2017-05-22 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3120 Kafka 5265 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5265 Alternatively you can review and apply these changes

[GitHub] kafka pull request #3070: AdminClient: add some more APIs

2017-05-16 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3070 AdminClient: add some more APIs Add a public create API that takes an AdminClientConf object. Make the constructors for TopicDescription, TopicListing, and TopicPartitionInfo public

[GitHub] kafka pull request #3013: KAFKA-5215. Small JavaDoc fix for AdminClient#desc...

2017-05-10 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3013 KAFKA-5215. Small JavaDoc fix for AdminClient#describeTopics You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5215

[GitHub] kafka pull request #3012: KAFKA-5214: KafkaAdminClient#apiVersions should re...

2017-05-10 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3012 KAFKA-5214: KafkaAdminClient#apiVersions should return a public class You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5214

[GitHub] kafka pull request #3000: KAFKA-5198. RocksDbStore#openIterators should be s...

2017-05-08 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/3000 KAFKA-5198. RocksDbStore#openIterators should be synchronized, since … …it is accessed from multiple threads You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request #2893: KAFKA-5112: Trunk compatibility tests should test ...

2017-05-04 Thread cmccabe
Github user cmccabe closed the pull request at: https://github.com/apache/kafka/pull/2893 --- 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

[GitHub] kafka pull request #2977: KAFKA-5176: AdminClient: add controller and cluste...

2017-05-04 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2977 KAFKA-5176: AdminClient: add controller and clusterId methods to Desc… …ribeClusterResults You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2976: KAFKA-5170. KafkaAdminClientIntegration test shoul...

2017-05-04 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2976 KAFKA-5170. KafkaAdminClientIntegration test should wait until metada… …ta is propagated to all brokers You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2958: KAFKA-5162: Add a reference to AdminClient to docs...

2017-05-02 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2958 KAFKA-5162: Add a reference to AdminClient to docs/api.html You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5162

[GitHub] kafka pull request #2941: KAFKA-3266: Implement KIP-140 RPCs and APIs for cr...

2017-04-28 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2941 KAFKA-3266: Implement KIP-140 RPCs and APIs for creating, altering, and listing ACLs You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe

[GitHub] kafka pull request #2893: KAFKA-5112: Trunk compatibility tests should test ...

2017-04-21 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2893 KAFKA-5112: Trunk compatibility tests should test against 0.10.2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5112

[GitHub] kafka pull request #2842: MINOR: findbugs should generate XML reports

2017-04-11 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2842 MINOR: findbugs should generate XML reports You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka findbugs-xml Alternatively you can

[GitHub] kafka pull request #2805: KAFKA-5013. Fail the build when findbugs fails

2017-04-04 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2805 KAFKA-5013. Fail the build when findbugs fails You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-5013 Alternatively you can

[GitHub] kafka pull request #2780: KAFKA-4995. Fix remaining findbugs warnings in Kaf...

2017-03-31 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2780 KAFKA-4995. Fix remaining findbugs warnings in Kafka Streams You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4995

[GitHub] kafka pull request #2763: Kafka 4977

2017-03-29 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2763 Kafka 4977 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4977 Alternatively you can review and apply these changes

[GitHub] kafka pull request #2754: KAFKA-4968. The NetworkClient should rate-limit it...

2017-03-28 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2754 KAFKA-4968. The NetworkClient should rate-limit its log messages abou… …t protocol downgrades You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2729: KAFKA-4945: Suppress findbugs warnings about machi...

2017-03-23 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2729 KAFKA-4945: Suppress findbugs warnings about machine-generated code i… …n jmh-benchmarks You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2727: KAFKA-4944. Fix an "unread field" findbugs warning...

2017-03-23 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2727 KAFKA-4944. Fix an "unread field" findbugs warning in streams examples You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/k

[GitHub] kafka pull request #2715: KAFKA-4924: Fix Kafka Connect API findbugs warning...

2017-03-20 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2715 KAFKA-4924: Fix Kafka Connect API findbugs warnings You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4924 Alternatively you

[GitHub] kafka pull request #2692: KAFKA-4903: Shell#runCommand does not clear the in...

2017-03-15 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2692 KAFKA-4903: Shell#runCommand does not clear the input buffer You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4903

[GitHub] kafka pull request #2691: KAFKA-4902: Utils#delete should correctly handle I...

2017-03-15 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2691 KAFKA-4902: Utils#delete should correctly handle I/O errors and symlinks You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA

[GitHub] kafka pull request #2687: KAFKA-4899: Fix findbugs warnings in kafka-core

2017-03-14 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2687 KAFKA-4899: Fix findbugs warnings in kafka-core You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4899 Alternatively you can

[GitHub] kafka pull request #2686: KAFKA-4898: Add timeouts to streams integration te...

2017-03-14 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2686 KAFKA-4898: Add timeouts to streams integration tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4898 Alternatively

[GitHub] kafka pull request #2684: KAFKA-4895: Fix findbugs "format string should use...

2017-03-14 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2684 KAFKA-4895: Fix findbugs "format string should use %n rather than \n"… … in tools You can merge this pull request into a Git repository by running: $ git pull https://github.c

[GitHub] kafka pull request #2683: KAFKA-4894. Fix findbugs "default character set in...

2017-03-14 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2683 KAFKA-4894. Fix findbugs "default character set in use" warnings You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka

[GitHub] kafka pull request #2623: KAFKA-4826. Fix some findbugs warnings in Kafka St...

2017-03-01 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2623 KAFKA-4826. Fix some findbugs warnings in Kafka Streams You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4826 Alternatively

[GitHub] kafka pull request #2613: MINOR. Fix tests/docker/Dockerfile

2017-02-28 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2613 MINOR. Fix tests/docker/Dockerfile Fix tests/docker/Dockerfile to put the old Kafka distributions in the correct spot for tests. Also, run_tests.sh should exit with an error code if image

[GitHub] kafka pull request #2602: KAFKA-4809: sanity_checks/test_verifiable_producer...

2017-02-27 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2602 KAFKA-4809: sanity_checks/test_verifiable_producer.py should test 0.1… …0.x and not 0.8 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2593: KAFKA-4796: Fix some findbugs warnings in Kafka Ja...

2017-02-23 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2593 KAFKA-4796: Fix some findbugs warnings in Kafka Java client You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4796

[GitHub] kafka pull request #2180: KAFKA-4439: NetworkClient: create a builder class ...

2017-02-21 Thread cmccabe
Github user cmccabe closed the pull request at: https://github.com/apache/kafka/pull/2180 --- 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

[GitHub] kafka pull request #2563: Kafka 4757: NetworkClient should log request detai...

2017-02-17 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2563 Kafka 4757: NetworkClient should log request details at trace level when a request is cancelled because of disconnection You can merge this pull request into a Git repository by running

[GitHub] kafka pull request #2559: KAFKA-4775. Fix findbugs warnings in kafka-tools

2017-02-16 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2559 KAFKA-4775. Fix findbugs warnings in kafka-tools You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4775 Alternatively you

[GitHub] kafka pull request #2558: KAFKA-4774. Inner classes which don't need a refer...

2017-02-16 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2558 KAFKA-4774. Inner classes which don't need a reference to the outer c… …lass should be static You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2557: KAFKA-4773: The Kafka build should run findbugs

2017-02-16 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2557 KAFKA-4773: The Kafka build should run findbugs You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4773 Alternatively you can

[GitHub] kafka pull request #2540: KAFKA-4756: The auto-generated broker id should be...

2017-02-10 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2540 KAFKA-4756: The auto-generated broker id should be passed to MetricRe… …porter.configure You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2489: KAFKA-4708: Fix Transient Failure in BrokerApiVers...

2017-02-02 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2489 KAFKA-4708: Fix Transient Failure in BrokerApiVersionsCommandTest.che… …ckBrokerApiVersionCommandOutput You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2472: KAFKA-3265: Create Java Admin Client

2017-01-31 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2472 KAFKA-3265: Create Java Admin Client Create a Java AdminClient as described in KAFKA-3265 and KIP-4. Currently it supports getAllGroups, getAllBrokerVersions, deleteTopics

[GitHub] kafka pull request #2456: KAFKA-4705: ConfigDef should support deprecated ke...

2017-01-26 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2456 KAFKA-4705: ConfigDef should support deprecated keys as synonyms You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4705

[GitHub] kafka pull request #2424: KAFKA-4688: The Docker image should contain versio...

2017-01-23 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2424 KAFKA-4688: The Docker image should contain version 0.10.1.0 of Kafka You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4688

[GitHub] kafka pull request #2414: KAFKA-4635: Client Compatibility follow-ups

2017-01-20 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2414 KAFKA-4635: Client Compatibility follow-ups You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4635 Alternatively you can

[GitHub] kafka pull request #2390: KAFKA-4630: Implement RecordTooLargeException when...

2017-01-17 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2390 KAFKA-4630: Implement RecordTooLargeException when communicating with pre-KIP-74 brokers You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2387: KAFKA-4664: Update docs/protocol.html with KIP-97 ...

2017-01-17 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2387 KAFKA-4664: Update docs/protocol.html with KIP-97 information You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4664

[GitHub] kafka pull request #2270: KAFKA-4552. README.md has org.gradle.project.maxPa...

2016-12-16 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2270 KAFKA-4552. README.md has org.gradle.project.maxParallelForms instead… … of maxParallelForks You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2264: Kafka 4507: The client should send older versions ...

2016-12-15 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2264 Kafka 4507: The client should send older versions of requests to the broker if necessary KAFKA-4507 The client should send older versions of requests to the broker if necessary

[GitHub] kafka pull request #2263: KAFKA-4508. Create system tests that run newer ver...

2016-12-15 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2263 KAFKA-4508. Create system tests that run newer versions of the client… KAFKA-4508. Create system tests that run newer versions of the client against older versions of the broker You can merge

[GitHub] kafka pull request #2262: KAFKA-4548: Add CompatibilityTest to verify that i...

2016-12-15 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2262 KAFKA-4548: Add CompatibilityTest to verify that individual features … Add CompatibilityTest to verify that individual features are supported or not by the broker we're connecting to You can

[GitHub] kafka pull request #2184: KAFKA-4457. Add BrokerVersionCommand

2016-11-28 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2184 KAFKA-4457. Add BrokerVersionCommand You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-4457 Alternatively you can review

[GitHub] kafka pull request #2180: KAFKA-4439: NetworkClient: create a builder class ...

2016-11-28 Thread cmccabe
GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2180 KAFKA-4439: NetworkClient: create a builder class to encapsulate ctor arguments You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka