[GitHub] kafka pull request: KAFKA-2689: Expose select gauges and metrics p...

2015-10-26 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/363 KAFKA-2689: Expose select gauges and metrics programmatically (not just through JMX) For now just exposing the replica manager gauges. You can merge this pull request into a Git repository

[GitHub] kafka pull request: KAFKA-2689: Expose select gauges and metrics p...

2015-10-26 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/363 --- 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: MINOR: Expose ReplicaManager gauges

2015-10-26 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/364 MINOR: Expose ReplicaManager gauges There are several gauges in core that are registered but cannot be accessed programmatically. For example, gauges "LeaderCount", "

[GitHub] kafka pull request: KAFKA-2459: connection backoff, timeouts and r...

2015-10-08 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/290 KAFKA-2459: connection backoff, timeouts and retries This fix applies to three JIRAs, since they are all connected. KAFKA-2459Connection backoff/blackout period should start when

[GitHub] kafka pull request: KAFKA-3038: use async ZK calls to speed up lea...

2016-01-09 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/750 KAFKA-3038: use async ZK calls to speed up leader reassignment Updated failure code path to deal specifically with issue identified at affecting latency most. @fpj could you have a look

[GitHub] kafka pull request #1485: KAFKA-3805: Check if DB is null. Do not release lo...

2016-06-09 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1485 KAFKA-3805: Check if DB is null. Do not release locked resources You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA

[GitHub] kafka pull request: KAFKA-3678: Removed sleep

2016-05-27 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1439 KAFKA-3678: Removed sleep You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3678-timeouts1 Alternatively you can

[GitHub] kafka pull request: KAFKA-3511: Initial commit for aggregators [Wi...

2016-05-26 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/1424 --- 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 #1526: KAFKA-3870: Removed name from Windows class

2016-06-20 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1526 KAFKA-3870: Removed name from Windows class You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka expose-names-dsl

[GitHub] kafka pull request #1533: KAFKA-3872: Reduce log cleaner buffer size to 2 MB

2016-06-21 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1533 KAFKA-3872: Reduce log cleaner buffer size to 2 MB You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3872-oom

[GitHub] kafka pull request: KAFKA-3068: Keep track of bootstrap nodes inst...

2016-01-28 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/804 --- 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: KAFKA-3068: Remove retry with nodesEverSeen

2016-01-28 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/823 KAFKA-3068: Remove retry with nodesEverSeen @ewencp @ijuma if this looks good please merge when you can. Thanks. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request: HOTFIX: Missing streams jar in release

2016-02-29 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/984 HOTFIX: Missing streams jar in release Observation: when doing "gradlew releaseTarGz" the streams jar was not included in the tarball. Adding a line to include it. @ijuma @guozhangw

[GitHub] kafka pull request: KAFKA-3068: Keep track of bootstrap nodes inst...

2016-01-22 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/804 KAFKA-3068: Keep track of bootstrap nodes instead of all nodes ever seen You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka

[GitHub] kafka pull request: KAFKA-3038: use async ZK calls to speed up lea...

2016-01-22 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/750 --- 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: MINOR: Increase AWS instance size

2016-03-10 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/1045 --- 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: MINOR: Increased default EC2 instance size

2016-03-10 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1046 MINOR: Increased default EC2 instance size AWS instance size increased to m3.xlarge to allow all system tests to pass. @ijuma @ewencp have a look please. You can merge this pull request

[GitHub] kafka pull request: MINOR: Increase AWS instance size

2016-03-10 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1045 MINOR: Increase AWS instance size AWS instance size increased to m3.xlarge to allow all system tests to pass. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request: KAFKA-3202: System test that changes message v...

2016-03-15 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1070 KAFKA-3202: System test that changes message version on the fly @becketqin @apovzner please have a look. @becketqin the test fails when the producer and consumer are 0.9.x and the message

[GitHub] kafka pull request: KAFKA-3188: Compatibility test for old and new...

2016-03-14 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1059 KAFKA-3188: Compatibility test for old and new clients with 0.10 broker @apovzner @becketqin please have a look if you can. Thanks. You can merge this pull request into a Git repository

[GitHub] kafka pull request: KAFKA-3371: ClientCompatibilityTest system tes...

2016-03-11 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1051 KAFKA-3371: ClientCompatibilityTest system test failing @becketqin have a look if this looks reasonable to you. Thanks. You can merge this pull request into a Git repository by running

[GitHub] kafka pull request: KAFKA-3439: Added exceptions thrown

2016-04-11 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1213 KAFKA-3439: Added exceptions thrown You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3439-throws Alternatively you

[GitHub] kafka pull request: KAFKA-3512: Added foreach operator

2016-04-06 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1193 KAFKA-3512: Added foreach operator @miguno @guozhangwang please have a look if you can. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request: KAFKA-3497: Streams ProcessorContext should su...

2016-04-06 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1194 KAFKA-3497: Streams ProcessorContext should support forward() based on child name You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request: HOTFIX: Renamed tests to match expected suffix

2016-03-19 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1096 HOTFIX: Renamed tests to match expected suffix @ewencp @gwenshap @granders could you have a look please? Thanks. You can merge this pull request into a Git repository by running: $ git

[GitHub] kafka pull request: KAFKA-3612: Added structure for integration te...

2016-04-23 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1260 KAFKA-3612: Added structure for integration tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3612-integration

[GitHub] kafka pull request: HOTFIX: wrong keyvalue equals logic when keys ...

2016-04-29 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1293 HOTFIX: wrong keyvalue equals logic when keys not equal but values equal With the previous logic, if key does NOT equal, but value DOES equal, then equals returns TRUE. You can merge

[GitHub] kafka pull request: HOTFIX: wrong keyvalue equals logic when keys ...

2016-04-30 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/1293 --- 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: KAFKA-3559: lazy initialisation of state store...

2016-04-29 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/1223 --- 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: MINOR: Added more integration tests

2016-04-28 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1285 MINOR: Added more integration tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka more-integration-tests Alternatively

[GitHub] kafka pull request: MINOR: Removed 1/2 of the hardcoded sleep time...

2016-05-24 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1422 MINOR: Removed 1/2 of the hardcoded sleep times You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka minor-integration

[GitHub] kafka pull request: KAFKA-3511: Initial commit for aggregators [Wi...

2016-05-24 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1424 KAFKA-3511: Initial commit for aggregators [WiP] Initial structure. Removed initialiser. Two simple aggregators. You can merge this pull request into a Git repository by running: $ git

[GitHub] kafka pull request: HOTFIX: Reverted timeouts to larger values

2016-05-05 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1324 HOTFIX: Reverted timeouts to larger values You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-timeouts Alternatively

[GitHub] kafka pull request: KAFKA-3559: lazy initialisation of state store...

2016-04-15 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1223 KAFKA-3559: lazy initialisation of state stores Instead of initialising state stores on init(), they are initialised on first access. You can merge this pull request into a Git repository

[GitHub] kafka pull request #1674: HOTFIX: Fixes to javadoc and to state store name f...

2016-07-28 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1674 HOTFIX: Fixes to javadoc and to state store name for link joins You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix

[GitHub] kafka pull request #1700: KAFKA-4016: Added join benchmarks

2016-08-03 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1700 KAFKA-4016: Added join benchmarks You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka join-benchmarks Alternatively you can

[GitHub] kafka pull request #1621: MINOR: Added simple streams benchmark to system te...

2016-07-13 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1621 MINOR: Added simple streams benchmark to system tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka simple-benchmark

[GitHub] kafka pull request #1645: HOTFIX: Adding init file so streams benchmark is a...

2016-07-20 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1645 HOTFIX: Adding init file so streams benchmark is autodiscovered Without this file the benchmark does not run nightly. You can merge this pull request into a Git repository by running

[GitHub] kafka pull request #1638: KAFKA-3911: Initial source materialization (WiP)

2016-07-19 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1638 KAFKA-3911: Initial source materialization (WiP) You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3911-ktable

[GitHub] kafka pull request #1619: KAFKA-3858: Basic printing of everything

2016-07-13 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1619 KAFKA-3858: Basic printing of everything You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3858-print-topology

[GitHub] kafka pull request #1744: HOTFIX: Re-inserted system out

2016-08-16 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1744 HOTFIX: Re-inserted system out You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-ducktape-marker Alternatively you

[GitHub] kafka pull request #1752: KAFKA-3776: Unify store and downstream caching in ...

2016-08-17 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1752 KAFKA-3776: Unify store and downstream caching in streams [WiP] Work-in-progress PoC, not to be merged. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2478: KAFKA-4702: Parametrize streams benchmarks to run ...

2017-02-01 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2478 KAFKA-4702: Parametrize streams benchmarks to run at scale You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka minor

[GitHub] kafka pull request #2517: HOTFIX: renamed test so it is picked up by ducktap...

2017-02-08 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2517 HOTFIX: renamed test so it is picked up by ducktape You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-broker-test

[GitHub] kafka pull request #2583: MINOR: Reduce metrics overheads

2017-02-22 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2583 MINOR: Reduce metrics overheads Reduces overheads by avoiding re-calling time.milliseconds(). You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2577: MINOR: add 2 failure test methods

2017-02-20 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2577 MINOR: add 2 failure test methods You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka minor-benchmark-args Alternatively you

[GitHub] kafka pull request #2542: MINOR: Stream metrics documentation

2017-02-12 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2542 MINOR: Stream metrics documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka minor-streams-metrics Alternatively

[GitHub] kafka pull request #2522: KAFKA-4716: Send request to controller [WiP]

2017-02-09 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2522 KAFKA-4716: Send request to controller [WiP] You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-4716-metadata

[GitHub] kafka pull request #2551: KAFKA-4752: Fixed bandwidth calculation

2017-02-15 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2551 KAFKA-4752: Fixed bandwidth calculation You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-4752-join-bw Alternatively

[GitHub] kafka pull request #2526: KAFKA-4716: Fix case when controller cannot be rea...

2017-02-09 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2526 --- 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 #2524: HOTFIX: default params missin

2017-02-09 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2524 HOTFIX: default params missin This caused the bounce and smoke tests to fail on trunk. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2526: KAFKA-4716: Fix case when controller cannot be rea...

2017-02-09 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2526 KAFKA-4716: Fix case when controller cannot be reached You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka 0.10.2-KAFKA-4716

[GitHub] kafka pull request #2398: HOTFIX: KIP-104 for code freeze

2017-01-18 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2398 HOTFIX: KIP-104 for code freeze This is the HOTFIX PR for any issues detected with KIP-104 until code freeze. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request #2601: KAFKA-4744: Increased timeout for bounce test

2017-02-26 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2601 KAFKA-4744: Increased timeout for bounce test You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-4744-bounce

[GitHub] kafka pull request #2603: MINOR: Minor reduce unnecessary calls to time.mill...

2017-02-27 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2603 MINOR: Minor reduce unnecessary calls to time.millisecond (part 2) Avoid calling time.milliseconds more often than necessary. Cleaning and committing logic can use the timestamp at the start

[GitHub] kafka pull request #1806: KAFKA-4105: Queryable state tests

2016-08-31 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1806 KAFKA-4105: Queryable state tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka queryable-state-tests Alternatively

[GitHub] kafka pull request #1844: MINOR: Adjusted heartbeat and rebalancing interval...

2016-09-12 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1844 MINOR: Adjusted heartbeat and rebalancing intervals to stop triggering spuri… …ous rebalances You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #1838: HOTFIX: Temporarily ignoring this test until fixed

2016-09-09 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1838 HOTFIX: Temporarily ignoring this test until fixed You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-ignore-smoke

[GitHub] kafka pull request #1874: HOTFIX: Increase timeout for bounce test

2016-09-17 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1874 HOTFIX: Increase timeout for bounce test You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-bounce-test

[GitHub] kafka pull request #1887: HOTFIX: Added check for metadata unavailable

2016-09-20 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1887 HOTFIX: Added check for metadata unavailable You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-metadata-unavailable

[GitHub] kafka pull request #1899: HOTFIX: Decrease commit interval

2016-09-22 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1899 HOTFIX: Decrease commit interval The original commit interval of 30 seconds might be too large in some cases, e.g., when the verifier finishes before those 30 seconds have elapsed. You can

[GitHub] kafka pull request #1844: MINOR: Adjusted session timeout intervals to stop ...

2016-09-17 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/1844 --- 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 #1752: KAFKA-3776: Unify store and downstream caching in ...

2016-09-07 Thread enothereska
GitHub user enothereska reopened a pull request: https://github.com/apache/kafka/pull/1752 KAFKA-3776: Unify store and downstream caching in streams You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3776

[GitHub] kafka pull request #1752: KAFKA-3776: Unify store and downstream caching in ...

2016-09-07 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/1752 --- 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 #2032: KAFKA-3559: Recycle old tasks when possible

2016-10-30 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2032 --- 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 #2032: KAFKA-3559: Recycle old tasks when possible

2016-10-30 Thread enothereska
GitHub user enothereska reopened a pull request: https://github.com/apache/kafka/pull/2032 KAFKA-3559: Recycle old tasks when possible You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3559

[GitHub] kafka pull request #2124: KAFKA-4359: Removed commit interval

2016-11-11 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2124 KAFKA-4359: Removed commit interval You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-4359-intergration-tests

[GitHub] kafka pull request #2038: HOTFIX: Fix put logic

2016-10-18 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2038 HOTFIX: Fix put logic You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-put-cache Alternatively you can review

[GitHub] kafka pull request #2133: KAFKA-4355: Skip topics that have no partitions

2016-11-15 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2133 KAFKA-4355: Skip topics that have no partitions You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-4355-topic

[GitHub] kafka pull request #2171: KAFKA-4427: Skip topic groups with no tasks

2016-11-25 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2171 KAFKA-4427: Skip topic groups with no tasks You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-4427-topicgroups

[GitHub] kafka pull request #2154: HOTFIX: Increased wait time

2016-11-22 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2154 --- 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 #2171: KAFKA-4427: Skip topic groups with no tasks

2016-11-28 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2171 --- 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 #2135: KAFKA-3637: Added initial states

2016-11-28 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2135 --- 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 #2135: KAFKA-3637: Added initial states

2016-11-28 Thread enothereska
GitHub user enothereska reopened a pull request: https://github.com/apache/kafka/pull/2135 KAFKA-3637: Added initial states You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3637-streams-state

[GitHub] kafka pull request #2171: KAFKA-4427: Skip topic groups with no tasks

2016-11-28 Thread enothereska
GitHub user enothereska reopened a pull request: https://github.com/apache/kafka/pull/2171 KAFKA-4427: Skip topic groups with no tasks You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-4427-topicgroups

[GitHub] kafka pull request #2149: HOTFIX: Hotfix streams smoke test

2016-11-18 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2149 HOTFIX: Hotfix streams smoke test You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-streams-smoke-test

[GitHub] kafka pull request #2133: KAFKA-4355: Skip topics that have no partitions

2016-11-18 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2133 --- 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 #2133: KAFKA-4355: Skip topics that have no partitions

2016-11-18 Thread enothereska
GitHub user enothereska reopened a pull request: https://github.com/apache/kafka/pull/2133 KAFKA-4355: Skip topics that have no partitions You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-4355-topic

[GitHub] kafka pull request #2154: HOTFIX: Increased wait time

2016-11-21 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2154 HOTFIX: Increased wait time You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix_streams Alternatively you can review

[GitHub] kafka pull request #2135: KAFKA-3637: Added initial states

2016-11-15 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2135 KAFKA-3637: Added initial states You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3637-streams-state Alternatively

[GitHub] kafka pull request #2032: KAFKA-3559: Recycle old tasks when possible

2016-10-28 Thread enothereska
GitHub user enothereska reopened a pull request: https://github.com/apache/kafka/pull/2032 KAFKA-3559: Recycle old tasks when possible You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3559

[GitHub] kafka pull request #2032: KAFKA-3559: Recycle old tasks when possible

2016-10-28 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2032 --- 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 #2032: KAFKA-3559: Recycle old tasks when possible

2016-10-29 Thread enothereska
GitHub user enothereska reopened a pull request: https://github.com/apache/kafka/pull/2032 KAFKA-3559: Recycle old tasks when possible You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3559

[GitHub] kafka pull request #2032: KAFKA-3559: Recycle old tasks when possible

2016-10-29 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2032 --- 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 #2014: HOTFIX: Increase number of retries in smoke test

2016-10-12 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2014 HOTFIX: Increase number of retries in smoke test You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-smoke-test

[GitHub] kafka pull request #2032: KAFKA-3559: Recycle old tasks when possible

2016-10-17 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2032 KAFKA-3559: Recycle old tasks when possible You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3559

[GitHub] kafka pull request #2030: MINOR: Added more basic concepts to the documentat...

2016-10-14 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2030 MINOR: Added more basic concepts to the documentation [WiP] You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka minor-kip63

[GitHub] kafka pull request #2199: HOTFIX: Temporary suspension of 2 tests

2016-12-06 Thread enothereska
GitHub user enothereska reopened a pull request: https://github.com/apache/kafka/pull/2199 HOTFIX: Temporary suspension of 2 tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-streams-test-reset

[GitHub] kafka pull request #2215: KAFKA-3537: Expose metrics registry

2016-12-06 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2215 KAFKA-3537: Expose metrics registry You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-3537-access-low-level-metrics

[GitHub] kafka pull request #2252: HOTFIX: fix state transition stuck on rebalance

2016-12-13 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2252 HOTFIX: fix state transition stuck on rebalance This fixes a problem where the Kafka instance state transition gets stuck on rebalance. Also adjusts the test in QueryableStateIntegration test

[GitHub] kafka pull request #2219: HOTFIX: Disable this test until it's fixed (0.10.1...

2016-12-07 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2219 --- 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 #2217: HOTFIX: Disable test until fixed

2016-12-06 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2217 HOTFIX: Disable test until fixed You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-disable-smoke-test Alternatively

[GitHub] kafka pull request #2219: HOTFIX: Disable this test until it's fixed (0.10.1...

2016-12-06 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2219 HOTFIX: Disable this test until it's fixed (0.10.1) You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka 0.10.1-hotfix

[GitHub] kafka pull request #2257: MINOR: Reenable streams smoke test

2016-12-14 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2257 MINOR: Reenable streams smoke test I ran it 3 times and it works again. You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka

[GitHub] kafka pull request #2362: HOTFIX: Added another broker to smoke test

2017-01-12 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2362 HOTFIX: Added another broker to smoke test You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-smoke-test-2-brokers

[GitHub] kafka pull request #2350: MINOR: Finished exposing the broker config

2017-01-12 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2350 MINOR: Finished exposing the broker config This was left over from KIP-104. Thanks to @ijuma for pointing out. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request #2199: HOTFIX: Temporary suspension of 2 tests

2016-12-03 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2199 --- 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 #2199: HOTFIX: Temporary suspension of 2 tests

2016-12-01 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2199 HOTFIX: Temporary suspension of 2 tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-streams-test-reset-ignore

[GitHub] kafka pull request #2193: KAFKA-4405: Check max.poll.records before prefetch...

2016-11-30 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/2193 KAFKA-4405: Check max.poll.records before prefetching You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka KAFKA-4405-prefetch

[GitHub] kafka pull request #2135: KAFKA-3637: Added initial states

2016-11-29 Thread enothereska
Github user enothereska closed the pull request at: https://github.com/apache/kafka/pull/2135 --- 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

  1   2   >