Details
Description
When replication throttling is enabled, in-sync replica's traffic should never be throttled. However, in DelayedFetch.tryComplete(), we incorrectly delay the completion of an in-sync replica fetch request if replication throttling is engaged.
The impact is that the producer may see increased latency if acks = all. The delivery of the message to the consumer may also be delayed.
Attachments
Issue Links
- links to