[2/3] kafka git commit: KAFKA-2063; Bound fetch response size (KIP-74)

2016-09-18 Thread jgus
http://git-wip-us.apache.org/repos/asf/kafka/blob/d04b0998/core/src/main/scala/kafka/api/FetchRequest.scala -- diff --git a/core/src/main/scala/kafka/api/FetchRequest.scala b/core/src/main/scala/kafka/api/FetchRequest.scala index

[1/3] kafka git commit: KAFKA-2063; Bound fetch response size (KIP-74)

2016-09-18 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 6fb25f080 -> d04b0998c http://git-wip-us.apache.org/repos/asf/kafka/blob/d04b0998/core/src/main/scala/kafka/server/ReplicaManager.scala -- diff --git a/core/src/main/scala/ka

[3/3] kafka git commit: KAFKA-2063; Bound fetch response size (KIP-74)

2016-09-18 Thread jgus
KAFKA-2063; Bound fetch response size (KIP-74) This PR is implementation of [KIP-74](https://cwiki.apache.org/confluence/display/KAFKA/KIP-74%3A+Add+Fetch+Response+Size+Limit+in+Bytes) which is originally motivated by [KAFKA-2063](https://issues.apache.org/jira/browse/KAFKA-2063). Author: Andr

kafka git commit: MINOR: Fix reference to argument in `LogSegment.translateOffset`

2016-09-18 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk d04b0998c -> d9206500b MINOR: Fix reference to argument in `LogSegment.translateOffset` Changed the lowerBound argument reference in the summary comment of the translateOffset method to match the actual argument name: startingFilePosition.