Re: kafka production server test

2015-01-26 Thread Guozhang Wang
Hmm, so you just want to start producer / consumer clients which points to the existing brokers in production. I think what you described here should work, but I may be wrong. Please let me know if that does not work. Guozhang On Mon, Jan 26, 2015 at 1:50 PM, Sa Li wrote: > Thank you for repl

Re: kafka production server test

2015-01-26 Thread Sa Li
Thank you for reply Guozhang, right now I can get it work out of box, run testcase_1 on VM and access production. However, from my point of view, we really like to test the existing configs on productions, which means for example, replica_basic_test.py won't start zookeeper&kafka since I want to te

Re: kafka production server test

2015-01-26 Thread Guozhang Wang
Sa, I believe your questions have mostly been answered by Ewen, and sorry for getting late on this. As you notice the current system test's out-of-the-box experience is not very good, and we are proposing ways to improve that situation: KAFKA-1748

Re: kafka production server test

2015-01-22 Thread Sa Li
Hi, Guozhang Can I run this package remotely test another server? which mean I run this package on dev but testing kafka system on production? thanks AL On Thu, Jan 22, 2015 at 2:55 PM, Sa Li wrote: > Hi, Guozhang, > > Good to know such package, will try it now. :-) > > thanks > > On Thu, Jan

Re: kafka production server test

2015-01-22 Thread Sa Li
Hi, Guozhang, Good to know such package, will try it now. :-) thanks On Thu, Jan 22, 2015 at 2:40 PM, Guozhang Wang wrote: > Hi Sa, > > Have you looked into the system test package? It contains a suite of tests > on different failure modes of Kafka brokers. > > Guozhang > > > On Thu, Jan 22, 2

Re: kafka production server test

2015-01-22 Thread Guozhang Wang
Hi Sa, Have you looked into the system test package? It contains a suite of tests on different failure modes of Kafka brokers. Guozhang On Thu, Jan 22, 2015 at 12:00 PM, Sa Li wrote: > Hi, All > > We are about to deliver kafka production server, I have been working on > different test, like p

kafka production server test

2015-01-22 Thread Sa Li
Hi, All We are about to deliver kafka production server, I have been working on different test, like performance test from linkedin. This is a 3-node cluster, with 5 nodes zkEnsemble. I assume there are lots of tests I need to do, like network, node failure, flush time, etc. Is there is completed