You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/01/26 01:22:35 UTC

[GitHub] [kafka] splett2 opened a new pull request #11714: KAFKA-13614: Don't apply leader replication quota to consumer fetches

splett2 opened a new pull request #11714:
URL: https://github.com/apache/kafka/pull/11714


   ### What
   In the fetch path, we check `shouldLeaderThrottle` regardless of whether the read is coming from a consumer or follower broker. This results in replication quota being applied to consumer fetches.
   
   ### Testing
   Added unit tests for when fetch requests can be immediately satisfied and for purgatory fetches.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] dajac merged pull request #11714: KAFKA-13614: Don't apply leader replication quota to consumer fetches

Posted by GitBox <gi...@apache.org>.
dajac merged pull request #11714:
URL: https://github.com/apache/kafka/pull/11714


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] splett2 commented on pull request #11714: KAFKA-13614: Don't apply leader replication quota to consumer fetches

Posted by GitBox <gi...@apache.org>.
splett2 commented on pull request #11714:
URL: https://github.com/apache/kafka/pull/11714#issuecomment-1021766294


   @dajac do you mind reviewing?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org