Re: Please help find the reason behind performance test results.

2013-10-21 Thread Jun Rao
If the data is compressed, the broker has to recompress the messages in order to assign offsets. So, there is some CPU overhead. However, it shouldn't be too high. How high of the CPU load did you observe? Thanks, Jun On Mon, Oct 21, 2013 at 12:01 PM, Lu Xuechao wrote: > Hi, > > We observed b

Re: Please help find the reason behind performance test results.

2013-10-21 Thread Lu Xuechao
Yes, I am using 0.8. Network IO means bytes transferred. Thanks for reply. On Mon, Oct 21, 2013 at 2:24 PM, Neha Narkhede wrote: > Are these for Kafka 08? > > For #2 above, when you say high network I/O, do you mean number of packets > transferred or size in bytes transferred? > > Thanks, > Neh

Re: Please help find the reason behind performance test results.

2013-10-21 Thread Neha Narkhede
Are these for Kafka 08? For #2 above, when you say high network I/O, do you mean number of packets transferred or size in bytes transferred? Thanks, Neha On Mon, Oct 21, 2013 at 12:01 PM, Lu Xuechao wrote: > Hi, > > We observed below correlation between kafka configuration and performance > d

Please help find the reason behind performance test results.

2013-10-21 Thread Lu Xuechao
Hi, We observed below correlation between kafka configuration and performance data: 1. producer insertion rate drops as compression enabled, especially gzip; 2. when the producer batch size is below 200, we got high CPU/network IO on brokers, got high network IO on producers/consumers; What's th