You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by maji2014 <gi...@git.apache.org> on 2014/12/24 04:30:11 UTC

[GitHub] kafka pull request: [Kafka-1828]add judgement for ConsumerPerforma...

GitHub user maji2014 opened a pull request:

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

    [Kafka-1828]add judgement for ConsumerPerformance against negative number

    The result is negative number when runnning a short time for consumer performance testing, but user doesn't the reason, so add judgement for this, and then according to the reason, user can do ConsumerPerformance.

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

    $ git pull https://github.com/maji2014/kafka kafka-1828

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

    https://github.com/apache/kafka/pull/37.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 #37
    
----
commit fb92b3a2cdf571715b948f81f1f8bb4bc363d497
Author: Timothy Chen <tn...@gmail.com>
Date:   2014-03-29T01:12:53Z

    KAFKA-1317 KafkaServer 0.8.1 not responding to .shutdown() cleanly, possibly related to TopicDeletionManager or MetricsMeter state; reviewed by Neha Narkhede

commit 1d5bbc8b5afa35d7a7784670bcea4e9cf2093723
Author: Guozhang Wang <gu...@linkedin.com>
Date:   2014-03-31T23:05:55Z

    kafka-1320; Change compression.codec to compression.type in new producer configs of system tests; patched by Guozhang Wang; reviewed by Jun Rao

commit f82ce3314f74c6755f09eec1044cf68ea6d1dc9f
Author: Neha Narkhede <ne...@gmail.com>
Date:   2014-04-01T05:29:14Z

    KAFKA-1350 Fix excessive state change logging;reviewed by Jun,Joel,Guozhang and Tim

commit 083b6265c93619dd8b672c59fc31f0ed3d5da29b
Author: Timothy Chen <tn...@gmail.com>
Date:   2014-04-01T05:36:35Z

    KAFKA-1341 Client Selector doesn't check connection id properly; reviewed by Jay Kreps and Neha Narkhede

commit bd784aeb20b6a4252675c681116b47ea86402130
Author: Jun Rao <ju...@gmail.com>
Date:   2014-04-01T18:40:03Z

    kafka-1318; waiting for producer to stop is not reliable in system tests; patched by Jun Rao; reviewed by Guozhang Wang, Timothy Chen and Neha Narkhede

commit 98952b3cc7bb9b08ad553da014c80b79d0bc24d6
Author: Jay Kreps <ja...@gmail.com>
Date:   2014-04-01T19:47:42Z

    KAFKA-1251 Further metric naming standardization.

commit 4f23ed32debfd77272ee972ed064567d7d614bf2
Author: Jay Kreps <ja...@gmail.com>
Date:   2014-04-01T17:39:55Z

    KAFKA-1327 Add log cleaner metrics.

commit 3721821108ef344423ebe149a4dad96a3b2f989f
Author: Ivan Lyutov <iv...@gmail.com>
Date:   2014-04-02T19:07:02Z

    kafka-1344; Kafka-console-producer.sh support snappy compression; patched by Ivan Lyutovg; reviewed by Jun Rao

commit 640f3b05efd00d5e1d7bfc8fe9c90c7aadc3d087
Author: Jay Kreps <ja...@gmail.com>
Date:   2014-03-27T19:12:32Z

    KAFKA-1337 Rationalize the producer configs.

commit 62fcaedd66c46d8c15e1fd1725badcd575b10849
Author: Joel Koshy <jj...@gmail.com>
Date:   2014-04-07T23:24:14Z

    KAFKA-1355; Avoid sending all topic metadata on state changes. Reviewed by Neha Narkhede and Timothy Chen

commit a840c73c36f10e212190ca4ed3918af08a8810e6
Author: Neha Narkhede <ne...@gmail.com>
Date:   2014-04-08T01:08:54Z

    kafka-1337 followup to fix system tests

commit 8f94bc3315e7d469489da55f94e08a51235c01f3
Author: Guozhang Wang <gu...@linkedin.com>
Date:   2014-04-08T17:15:01Z

    KAFKA-1366 Multiple Unit Test failures with new producer; reviewed by Neha Narkhede

commit 0e1d853c04cb2fe86cf98f0b1006a96e1bb1e177
Author: Timothy Chen <tn...@gmail.com>
Date:   2014-04-08T17:44:06Z

    KAFKA-1356 Topic metadata requests takes too long to process; reviewed by Neha Narkhede, Joel Koshy and Guozhang Wang

commit 69655d5fb92ea7e15ebcbfbe345bea9fe04f69d1
Author: Joel Koshy <jj...@gmail.com>
Date:   2014-04-08T18:14:35Z

    Trivial: update javadoc comment for KAFKA-1355

commit a39f2c18c027708ff5830a81c1263c6ebb073445
Author: Ivan Lyutov <iv...@gmail.com>
Date:   2014-04-09T00:56:59Z

    kafka-1352; Reduce logging on the server; patched by Ivan Lyutovg; reviewed by Guozhang Wang and Jun Rao

commit 33e07a61f9a0455da544659b62e4ce8ffca7e9ab
Author: Stevo Slavic <ss...@apache.org>
Date:   2014-04-09T15:08:17Z

    kafka-1371; Ignore build output dirs; patched by Stevo Slavic; reviewed by Jun Rao

commit de6066e8e78e62739e3eb6f771d0739bf9b73dfd
Author: Stevo Slavic <ss...@apache.org>
Date:   2014-04-09T15:13:53Z

    kafka-1370; Gradle startup script for Windows; patched by Stevo Slavic; reviewed by Jun Rao

commit 75d5f5bff8519b36d5eb0a904ebbd0d3c0b7c8cc
Author: Stevo Slavic <ss...@apache.org>
Date:   2014-04-09T15:24:13Z

    kafka-1375; Formatting for in README.md is broken; patched by Stevo Slavic; reviewed by Jun Rao

commit 8d15de85114da6012530f0dd837f131bd1e367cd
Author: Joel Koshy <jj...@gmail.com>
Date:   2014-04-08T21:21:46Z

    KAFKA-1373; Set first dirty (uncompacted) offset to first offset of the
    log if no checkpoint exists. Reviewed by Neha Narkhede and Timothy Chen.

commit 911ff524515148421ff58b41f271c21f792ed9de
Author: Guozhang Wang <gu...@linkedin.com>
Date:   2014-04-09T21:49:17Z

    kafka-1364; ReplicaManagerTest hard-codes log dir; patched by Guozhang Wang; reviewed by Jun Rao

commit 47019a849e69209c16defa81001055aa9f57674d
Author: Jun Rao <ju...@gmail.com>
Date:   2014-04-09T21:53:03Z

    kafka-1376; transient test failure in UncleanLeaderElectionTest; patched by Jun Rao; reviewed by Joel Koshy

commit 44ee6b7c9d9da207bebe6d927b38ed7df1388df3
Author: Guozhang Wang <gu...@linkedin.com>
Date:   2014-04-10T01:52:23Z

    kafka-1353;report capacity used by request thread pool and network thread pool; patched by Guozhang Wang; reviewed by Jun Rao

commit 2d429e19da22416aeb7de68b9e00f33a337e31a0
Author: Guozhang Wang <gu...@linkedin.com>
Date:   2014-04-11T21:39:35Z

    kafka-1337; follow-up patch to add broker list for new producer in system test overriden function; patched by Guozhang Wang; reviewed by Neha Narkhede, Jun Rao

commit a3a2cba842a9945d4ce7b032e311d17956c33249
Author: Timothy Chen <tn...@gmail.com>
Date:   2014-04-12T03:31:13Z

    kafka-1363; testTopicConfigChangesDuringDeleteTopic hangs; patched by Timothy Chen; reviewed by Guozhang Wang, Neha Narkhede and Jun Rao

commit 6bb616e5ae6a2f45cfa190e245c9217a8bf9771a
Author: Jun Rao <ju...@gmail.com>
Date:   2014-04-12T04:29:09Z

    trivial change to add kafka doap project file

commit 05612ac44de775cf3bc8ffdc15c033920d4a1440
Author: Jun Rao <ju...@gmail.com>
Date:   2014-04-12T20:47:13Z

    kafka-1377; transient unit test failure in LogOffsetTest; patched by Jun Rao; reviewed by Neha Narkhede

commit d37ca7f627551c9960e2edb8498784bf2487d53e
Author: Jun Rao <ju...@gmail.com>
Date:   2014-04-12T20:48:57Z

    kafka-1378; transient unit test failure in LogRecoveryTest; patched by Jun Rao; reviewed by Neha Narkhede

commit 2bfd49b955831f3455ff486ce4f613d73239a317
Author: Jun Rao <ju...@gmail.com>
Date:   2014-04-12T20:51:29Z

    kafka-1381; transient unit test failure in AddPartitionsTest; patched by Jun Rao; reviewed by Neha Narkhede

commit 4bd33e5ba792667913991638a15f0a2c9f20d7b5
Author: Stevo Slavic <ss...@apache.org>
Date:   2014-04-13T15:43:53Z

    kafka-1210; Windows Bat files are not working properly; patched by Stevo Slavic; reviewed by Jun Rao

commit 9a6f7113ed630d8e6bb50f4a58846d976a2d5f97
Author: Jun Rao <ju...@gmail.com>
Date:   2014-04-15T20:46:54Z

    kafka-1390; TestUtils.waitUntilLeaderIsElectedOrChanged may wait longer than it needs; patched by Jun Rao; reviewed by Guozhang Wang

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] kafka pull request: [Kafka-1828]add judgement for ConsumerPerforma...

Posted by maji2014 <gi...@git.apache.org>.
Github user maji2014 closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---