[
https://issues.apache.org/jira/browse/KAFKA-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946158#comment-14946158
]
ASF GitHub Bot commented on KAFKA-2428:
---------------------------------------
GitHub user MayureshGharat opened a pull request:
https://github.com/apache/kafka/pull/282
KAFKA-2428
Add sanity test in kafkaConsumer for the timeouts. This is a followup
ticket for Kafka-2120.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MayureshGharat/kafka Kafka-2428
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/282.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #282
----
commit 7a9bd41c1ba5eb1bce45c51d6227ac61a184bb16
Author: Mayuresh Gharat <[email protected]>
Date: 2015-10-07T01:40:09Z
Add sanity test in kafkaConsumer for the timeouts. This is a followup
ticket for Kafka-2120.
----
> Add sanity test in kafkaConsumer for the timeouts. This is a followup ticket
> for Kafka-2120
> -------------------------------------------------------------------------------------------
>
> Key: KAFKA-2428
> URL: https://issues.apache.org/jira/browse/KAFKA-2428
> Project: Kafka
> Issue Type: Bug
> Reporter: Mayuresh Gharat
> Assignee: Mayuresh Gharat
> Fix For: 0.9.0.0
>
>
> The request timeout should be the highest timeout across all the timeout. The
> rules should be:
> Request timeout > session timeout.
> Request timeout > fetch.max.wait.timeout
> request timeout won't kick in before the other timeout reached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)