Kafka System test

2015-01-23 Thread Sa Li
Hi, All From my last ticket (Subject: kafka production server test), Guozhang kindly point me the system test package come with kafka source build which is really cool package. I took a look at this package, things are clear is I run it on localhost, I don't need to change anything, say,

Re: Kafka System test

2015-01-23 Thread Sa Li
Also I found ./kafka/system_test/cluster_config.json is duplicated on each directory ./kafka/system_test/replication_testsuite/testcase_/ When I change the ./kafka/system_test/cluster_config.json, do I need to overwrite it each

Re: Kafka System test

2015-01-23 Thread Ewen Cheslack-Postava
1. Except for that hostname setting being a list instead of a single host, the changes look reasonable. That is where you want to customize settings for your setup. 2 3. Yes, you'll want to update those files as well. They top-level ones provide defaults, the ones in specific test directories

Re: Kafka System test

2015-01-23 Thread Ewen Cheslack-Postava
On Fri, Jan 23, 2015 at 2:42 PM, Sa Li sal...@gmail.com wrote: Also I found ./kafka/system_test/cluster_config.json is duplicated on each directory ./kafka/system_test/replication_testsuite/testcase_/ Not duplicated, but customized: $ diff -u system_test/cluster_config.json

Re: Kafka System test

2015-01-23 Thread Sa Li
Thanks for reply. Ewen, pertaining to your statement ... hostname setting being a list instead of a single host, are you saying entity_id 1 or 0, entity_id: 0, hostname: 10.100.70.28,10.100.70.29,10.100.70.30,10.100.70.31,10.100.70.32, entity_id: 1, hostname: