[ https://issues.apache.org/jira/browse/KAFKA-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rekha Joshi updated KAFKA-269: ------------------------------ Reviewer: Jay Kreps Affects Version/s: 0.8.1.1 Status: Patch Available (was: Open) [~praveen27] By default if no --sync option is provided the producer run is in async mode. Ran the run-test.sh without --async option and works on 0.8.2.or maybe you can check your zk/topic/reporting-interval? start producing 2000000 messages ... start.time, end.time, compression, message.size, batch.size, total.data.sent.in.MB, MB.sec, total.data.sent.in.nMsg, nMsg.sec SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/Users/rjoshi2/Documents/code/kafka-fork/kafka/core/build/dependant-libs-2.10.4/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/Users/rjoshi2/Documents/code/kafka-fork/kafka/core/build/dependant-libs-2.10.4/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] 2015-02-22 17:35:18:471, 2015-02-22 17:35:24:331, 0, 200, 200, 381.47, 65.0972, 2000000, 341296.9283 wait for data to be persisted The patch as, AFAIU, 'async' is not a recognized option.Only - -sync is. Thanks. > ./system_test/producer_perf/bin/run-test.sh without --async flag does not run > ------------------------------------------------------------------------------ > > Key: KAFKA-269 > URL: https://issues.apache.org/jira/browse/KAFKA-269 > Project: Kafka > Issue Type: Bug > Components: clients, core > Affects Versions: 0.8.1.1, 0.7 > Environment: Linux 2.6.18-238.1.1.el5 , x86_64 x86_64 x86_64 GNU/Linux > ext3 file system with raid10 > Reporter: Praveen Ramachandra > Labels: newbie, performance > > When I run the tests without --async option, The tests doesn't produce even a > single message. > Following defaults where changed in the server.properties > num.threads=Tried with 8, 10, 100 > num.partitions=10 -- This message was sent by Atlassian JIRA (v6.3.4#6332)