[GitHub] kafka pull request #4167: KAFKA-5950: retry on response retriable exception

2017-11-01 Thread adyach
GitHub user adyach opened a pull request:

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

KAFKA-5950: retry on response retriable exception

The PR will add retries for KafkaAdminClient's retriable error responses.

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

$ git pull https://github.com/adyach/kafka KAFKA-5950

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

https://github.com/apache/kafka/pull/4167.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 #4167


commit ec46619ad3a3bdcc9f0eb73ba93d25dd9a485f11
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-11-01T16:08:24Z

KAFKA-5950: retry on response retriable exception




---


[GitHub] kafka pull request #4000: KAFKA-5445: Document exceptions thrown by AdminCli...

2017-10-02 Thread adyach
GitHub user adyach opened a pull request:

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

KAFKA-5445: Document exceptions thrown by AdminClient methods

Exceptions are processed internally in KafkaAdminClient without throwing 
them to the client code, hence the documentation of the exception is done in 
unusual way.

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

$ git pull https://github.com/adyach/kafka KAFKA-5445

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

https://github.com/apache/kafka/pull/4000.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 #4000


commit 5dfc375469608cbe997e40377c08c0489a12c1f0
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-09-28T16:04:31Z

kafka-5445: create topic exception description

commit 29c626bc75b1e981dae0b82061941d6c252d5760
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-10-02T12:45:20Z

kafka-5445: rest of the commands descritpion




---


[GitHub] kafka pull request #3761: KAFKA-5763: Refactor NetworkClient to use LogConte...

2017-08-30 Thread adyach
GitHub user adyach opened a pull request:

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

KAFKA-5763: Refactor NetworkClient to use LogContext

This PR lets logging client id in every log line in NetworkClient

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

$ git pull https://github.com/adyach/kafka kafka-5763

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

https://github.com/apache/kafka/pull/3761.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 #3761


commit 4b1b42ffed8394c3dfb6412989cec7a82277bc94
Author: Andrey Dyachkov <andrey.dyach...@gmail.com>
Date:   2017-08-30T19:38:15Z

kafka-5763: LogConotext to creatre logger with prefix

This PR lets logging client id in every log line in NetworkClient




---
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 #3671: KAFKA-5723[WIP]: Refactor BrokerApiVersionsCommand...

2017-08-15 Thread adyach
GitHub user adyach opened a pull request:

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

KAFKA-5723[WIP]: Refactor BrokerApiVersionsCommand to use the new 
AdminClient

This PR brings refactoring to new AdminClient java class for 
BrokerApiVersionsCommand. The code was not tested, because I just want to make 
sure, that I am going in the right direction with the implementation, at the 
end tests will be in place. There are also no java doc for the same reasons. I 
took a look at #3514 to be more consistent with the implementation for the 
whole topic of AdminClient refactoring, so I grabbed argparse4j.

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

$ git pull https://github.com/adyach/kafka kafka-5723

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

https://github.com/apache/kafka/pull/3671.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 #3671


commit cc7b0eb5055ae44467fd41699ca53bf5a91da371
Author: Andrey Dyachkov <andrey.dyach...@gmail.com>
Date:   2017-08-14T20:46:27Z

kafka-5723: preparation phase

commit 8c2864cfda8e12db836de98ed7a59047f2311f85
Author: Andrey Dyachkov <andrey.dyach...@gmail.com>
Date:   2017-08-15T14:43:07Z

kafka-5723: draft impl for ListBrokersVersionInfo command




---
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 #3659: KAFKA-4643: Improve test coverage of StreamsKafkaC...

2017-08-14 Thread adyach
Github user adyach closed the pull request at:

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


---
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 #3663: KAFKA-4643: Improve test coverage of StreamsKafkaC...

2017-08-14 Thread adyach
GitHub user adyach opened a pull request:

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

KAFKA-4643: Improve test coverage of StreamsKafkaClient

The commit brings improved test coverage for StreamsKafkaClientTest.java

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

$ git pull https://github.com/adyach/kafka kafka-4643

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

https://github.com/apache/kafka/pull/3663.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 #3663


commit 9068f805d721cfe081187d332a265ef98b51ad79
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-08-14T09:45:17Z

KAFKA-4643: exception test cases

The commit brings improved test coverage for StreamsKafkaClientTest.java




---
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 #3659: KAFKA-4643: Improve test coverage of StreamsKafkaC...

2017-08-11 Thread adyach
GitHub user adyach opened a pull request:

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

KAFKA-4643: Improve test coverage of StreamsKafkaClient

The commit brings improved test coverage for StreamsKafkaClientTest.java

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

$ git pull https://github.com/adyach/kafka trunk

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

https://github.com/apache/kafka/pull/3659.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 #3659


commit 2ef77edcd853e23572b9a0543af2907ef89bd241
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-03-10T21:51:12Z

KAFKA-4657: improved test coverage

This commmit brings improved test coverage for window store fetch method
and WindowStoreIterator

commit 3a386b350415baaf141b181222bce3397750adea
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-03-11T13:58:47Z

KAFKA-4657: split test

commit 90e68164c69bcbc553f4eaadebffd2bac5eb39dd
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-03-13T08:30:19Z

KAFKA-4657: fixed test names

commit 413ae41012a20443c22418ede96a9b6040814873
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-03-13T19:55:24Z

Merge branch 'trunk' of github.com:apache/kafka into trunk

commit 6957d6ee542e34f9eb24f6bc5882fb104350fc84
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-05-23T07:45:46Z

Merge remote-tracking branch 'upstream/trunk' into trunk

commit 1c14d1fda438d9c044b2e14676d655196b2c0832
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-07-24T11:06:58Z

Merge branch 'trunk' of github.com:adyach/kafka into trunk

commit 7ac217510847acfeb714e0058bf3bcce1c214029
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-07-24T11:07:31Z

Merge branch 'trunk' of github.com:apache/kafka into trunk

commit a4fd8a05e91f483b7cdcbbe4997c25e1f8253f83
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-08-11T12:24:44Z

Merge branch 'trunk' of github.com:apache/kafka into trunk

commit 288b6f75ffc072bd20b9fc7972feeb10abdb13d9
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-08-11T14:23:54Z

KAFKA-4643: exception test cases

The commit brings improved test coverage for StreamsKafkaClientTest.java




---
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 #2672: KAFKA-4657: Improve test coverage of CompositeRead...

2017-03-10 Thread adyach
GitHub user adyach opened a pull request:

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

KAFKA-4657: Improve test coverage of CompositeReadOnlyWindowStore

This commmit brings improved test coverage for window store fetch method
and WindowStoreIterator

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

$ git pull https://github.com/adyach/kafka trunk

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

https://github.com/apache/kafka/pull/2672.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 #2672


commit 2ef77edcd853e23572b9a0543af2907ef89bd241
Author: Andrey Dyachkov <andrey.dyach...@zalando.de>
Date:   2017-03-10T21:51:12Z

KAFKA-4657: improved test coverage

This commmit brings improved test coverage for window store fetch method
and WindowStoreIterator




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