Re: increased response time for OffsetCommit requests

2017-08-03 Thread Apurva Mehta
Hi Gaurav, those results are definitely inconsistent with the benchmarking we did. Can you see if this reproduces with the 0.10.0 message format running with 0.11.0.0 broker? On Wed, Aug 2, 2017 at 4:52 AM, Gaurav Abbi wrote: > Hi Apurva, > For the ProduceRequest, > >- The increase is from 4

Re: increased response time for OffsetCommit requests

2017-08-02 Thread Gaurav Abbi
Hi Apurva, For the ProduceRequest, - The increase is from 470 ms to around 1.004 s. - The average batch size (batch-size-avg) is around 320B. - The linger time is 10ms. However, the 99th percentile for OffsetCommit has increased from 1.08 to 2.8 seconds. Best Regards, Gaurav Abbi On Tu

Re: increased response time for OffsetCommit requests

2017-08-01 Thread Apurva Mehta
Sorry to keep prodding you with questions, but can you quantify the increase for the ProduceRequest? What is the workload you are testing against: specificallly the batch size, message size, linger time settings of the producers in question? I ask because we benchmarked 0.11.0 against the older 0.

Re: increased response time for OffsetCommit requests

2017-08-01 Thread Gaurav Abbi
Hi Apurva, There are increases in the *Produce* request also. It is not as substantial as compared to *OffsetCommit. *For both of these requests, the major contributor is Remote time. A couple of other metrics that show different behavior post upgrade: 1. *LogStartOffset*: It has drastically de

Re: increased response time for OffsetCommit requests

2017-07-31 Thread Apurva Mehta
Thanks for your response. Is it 200% only for the OffsetCommitRequest, or is it similar for all the requests? On Mon, Jul 31, 2017 at 12:48 PM, Gaurav Abbi wrote: > Hi Apurva, > 1. The increase is about 200%. > 2. There is no increase in throughput. However, this has caused in error > rate and

Re: increased response time for OffsetCommit requests

2017-07-31 Thread Gaurav Abbi
Hi Apurva, 1. The increase is about 200%. 2. There is no increase in throughput. However, this has caused in error rate and a decrease in the responses received per second. One more thing to mention, we also upgraded to 0.11.0.0 client libraries. We are currently using old Producer and consumer

Re: increased response time for OffsetCommit requests

2017-07-31 Thread Apurva Mehta
How much is the increase? Is there any increase in throughput? On Mon, Jul 31, 2017 at 8:04 AM, Gaurav Abbi wrote: > Hi All, > We recently upgraded to Kafka 0.11.0.0 from 0.10.1.1. > Since then we have been observing increased latencies especially > OffsetCommit requests. > Looking at the server

increased response time for OffsetCommit requests

2017-07-31 Thread Gaurav Abbi
Hi All, We recently upgraded to Kafka 0.11.0.0 from 0.10.1.1. Since then we have been observing increased latencies especially OffsetCommit requests. Looking at the server side metrics, it seems the culprit is the Follower time. We are using following inter.broker.protocol.version: 0.11.0.0 log.me