[ https://issues.apache.org/jira/browse/KAFKA-4274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15556565#comment-15556565 ]
ASF GitHub Bot commented on KAFKA-4274: --------------------------------------- GitHub user becketqin opened a pull request: https://github.com/apache/kafka/pull/1993 KAFKA-4274: offsetsForTimes() hang on empty map. You can merge this pull request into a Git repository by running: $ git pull https://github.com/becketqin/kafka KAFKA-4274 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1993.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 #1993 ---- commit 8c6a1b7b0c219843f4785078f2d2ca0d0b2e9c24 Author: Jiangjie Qin <becket....@gmail.com> Date: 2016-10-07T23:00:05Z KAFKA-4274: offsetsForTimes() hang on empty map. ---- > KafkaConsumer.offsetsForTimes() hangs and times out on an empty map > ------------------------------------------------------------------- > > Key: KAFKA-4274 > URL: https://issues.apache.org/jira/browse/KAFKA-4274 > Project: Kafka > Issue Type: Bug > Components: core > Affects Versions: 0.10.1.0 > Reporter: Jun Rao > Assignee: Jiangjie Qin > Fix For: 0.10.1.0 > > > The following call will hang for the processing timeout in the consumer. > consumer.offsetsForTimes(new util.HashMap[TopicPartition, > java.lang.Long]()) -- This message was sent by Atlassian JIRA (v6.3.4#6332)