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

2016-01-12 Thread maji2014
Github user maji2014 closed the pull request at:

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


---
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: [Kafka-1828]add judgement for ConsumerPerforma...

2014-12-23 Thread maji2014
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 
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 
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 
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 
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 
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 
Date:   2014-04-01T19:47:42Z

KAFKA-1251 Further metric naming standardization.

commit 4f23ed32debfd77272ee972ed064567d7d614bf2
Author: Jay Kreps 
Date:   2014-04-01T17:39:55Z

KAFKA-1327 Add log cleaner metrics.

commit 3721821108ef344423ebe149a4dad96a3b2f989f
Author: Ivan Lyutov 
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 
Date:   2014-03-27T19:12:32Z

KAFKA-1337 Rationalize the producer configs.

commit 62fcaedd66c46d8c15e1fd1725badcd575b10849
Author: Joel Koshy 
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 
Date:   2014-04-08T01:08:54Z

kafka-1337 followup to fix system tests

commit 8f94bc3315e7d469489da55f94e08a51235c01f3
Author: Guozhang Wang 
Date:   2014-04-08T17:15:01Z

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

commit 0e1d853c04cb2fe86cf98f0b1006a96e1bb1e177
Author: Timothy Chen 
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 
Date:   2014-04-08T18:14:35Z

Trivial: update javadoc comment for KAFKA-1355

commit a39f2c18c027708ff5830a81c1263c6ebb073445
Author: Ivan Lyutov 
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 
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 
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 
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 
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 
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 
Date:   2014-04-09T21:53:03Z

kafka-1376; transient test failure in UncleanLeaderElectionTest; patched by 
Jun Rao; review

[GitHub] kafka pull request: add judgement for ConsumerPerformance against ...

2014-12-23 Thread maji2014
GitHub user maji2014 opened a pull request:

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

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/38.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 #38


commit 5847097df01e5443b516871cdb24944def50a3cf
Author: maji2014 
Date:   2014-12-24T03:25:15Z

add judgement for ConsumerPerformance against negative number




---
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: [Kafka-1828]add judgement for ConsumerPerforma...

2014-12-23 Thread maji2014
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (KAFKA-1828) [ConsumerPerformance] the test result is negative number

2014-12-23 Thread maji2014 (JIRA)
maji2014 created KAFKA-1828:
---

 Summary: [ConsumerPerformance] the test result is negative number
 Key: KAFKA-1828
 URL: https://issues.apache.org/jira/browse/KAFKA-1828
 Project: Kafka
  Issue Type: Bug
  Components: tools
Reporter: maji2014
Priority: Minor


the test result like:
2014-12-23 19:15:15:329, 2014-12-23 19:15:15:400, 1048576, 0.0790, -0.1842, 
1000, -2331.0023

the reason why the result is negative number is that the running time is less 
than "consumer.timeout.ms", but the user doesn't know the reason, so add 
judgement for that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)