[GitHub] kafka pull request #3092: KAFKA-5277: Sticky Assignor should not cache previ...

2017-05-18 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3092 KAFKA-5277: Sticky Assignor should not cache previous assignment ... plus some minor cleanup You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #3213: KAFKA-5359: Make future exception the exception ca...

2017-06-02 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3213 KAFKA-5359: Make future exception the exception cause on the client side Instead of throwing `future.exception()` on the client side, throw an exception with `future.exception

[GitHub] kafka pull request #3222: MINOR: Code Cleanup

2017-06-02 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3222 MINOR: Code Cleanup Clean up includes - Removing some seemingly unnecessary `@SuppressWarnings` annotations - Resolving some Java warnings - Closing unclosed Closable objects

[GitHub] kafka pull request #3320: KAFKA-5370 (WIP): Replace uses of the old consumer...

2017-06-13 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3320 KAFKA-5370 (WIP): Replace uses of the old consumer with the new consumer when possible Also, methods in `ClientUtils` that are called by server or tools code should be introduced

[GitHub] kafka pull request #3832: KAFKA-5854: (WIP) Handle SASL authentication failu...

2017-09-11 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3832 KAFKA-5854: (WIP) Handle SASL authentication failures as non-retriable exceptions in clients This PR depends on the in progress [PR for KAFKA-4764](https://github.com/apache/kafka/pull/3708

[GitHub] kafka pull request #3941: KAFKA-3999: Record raw size of fetch responses as ...

2017-09-21 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3941 KAFKA-3999: Record raw size of fetch responses as part of consumer metrics Currently, only the decompressed size of fetch responses is recorded. This PR adds a sensor to keep track

[GitHub] kafka pull request #1698: KAFKA-3999: Record raw size of fetch responses as ...

2017-09-21 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1698 ---

[GitHub] kafka pull request #3854: MINOR: Fix LogContext message format in KafkaProdu...

2017-09-13 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3854 MINOR: Fix LogContext message format in KafkaProducer You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor

[GitHub] kafka pull request #3965: KAFKA-5944: Unit tests for handling SASL authentic...

2017-09-26 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3965 KAFKA-5944: Unit tests for handling SASL authentication failures in clients You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3438: KAFKA-3465: Clarify warning message of ConsumerOff...

2017-09-25 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/3438 ---

[GitHub] kafka pull request #4062: KAFKA-6055: Fix a JVM misconfiguration that affect...

2017-10-11 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4062 KAFKA-6055: Fix a JVM misconfiguration that affects Windows tools You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka

[GitHub] kafka pull request #4083: MINOR: Improve a Windows quickstart instruction

2017-10-17 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4083 MINOR: Improve a Windows quickstart instruction The output of `wmic` can be very long and could truncate the search keywords in the existing command. If those keywords are truncated

[GitHub] kafka pull request #3448: KAFKA-5526: Report group consumers while offsets a...

2017-11-28 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/3448 ---

[GitHub] kafka pull request #4271: KAFKA-5526: Additional `--describe` views for Cons...

2017-11-28 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4271 KAFKA-5526: Additional `--describe` views for ConsumerGroupCommand (KIP-175) The `--describe` option of ConsumerGroupCommand is expanded to support: * `--describe` or `--describe

[GitHub] kafka pull request #4333: MINOR: Use TopicPartition in ConsumerGroupCommand ...

2017-12-15 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4333 MINOR: Use TopicPartition in ConsumerGroupCommand instead of TopicAndPartition where possible ### Committer Checklist (excluded from commit message) - [ ] Verify design

[GitHub] kafka pull request #4344: KAFKA-6321: Consolidate calls to KafkaConsumer's `...

2017-12-19 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4344 KAFKA-6321: Consolidate calls to KafkaConsumer's `beginningOffsets()` and `endOffsets()` in ConsumerGroupCommand ### Committer Checklist (excluded from commit message) - [ ] Verify

[GitHub] kafka pull request #4241: KAFKA-4893: Fix conflict between async topic delet...

2017-11-20 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4241 KAFKA-4893: Fix conflict between async topic deletion and max topic length With async topic deletion the topic partition folder name is affixed with a '.', a UUID, and '-delete'. If topic

[GitHub] kafka pull request #4190: MINOR: Fix Javadoc Issues

2017-11-07 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4190 MINOR: Fix Javadoc Issues This PR mainly fixes some broken links and invalid references in the clients Javadoc You can merge this pull request into a Git repository by running: $ git

[GitHub] kafka pull request #4135: KAFKA-5848: Perform a complete topic name validati...

2017-10-25 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4135 KAFKA-5848: Perform a complete topic name validation in KafkaConsumer's assign/subscribe You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #4139: MINOR: Indentation Fix

2017-10-26 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4139 MINOR: Indentation Fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor/indentation_fix_1710 Alternatively

<    1   2   3