You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/23 07:59:04 UTC

[jira] [Commented] (KAFKA-2573) Mirror maker system test hangs and eventually fails

    [ https://issues.apache.org/jira/browse/KAFKA-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14904012#comment-14904012 ] 

ASF GitHub Bot commented on KAFKA-2573:
---------------------------------------

GitHub user SinghAsDev opened a pull request:

    https://github.com/apache/kafka/pull/234

    KAFKA-2573: Mirror maker system test hangs and eventually fails

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SinghAsDev/kafka KAFKA-2573

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/234.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 #234
    
----
commit ab79b2857c21cfadb1ce9ce648fb13a51d576668
Author: Ashish Singh <as...@cloudera.com>
Date:   2015-09-22T23:21:27Z

    KAFKA-2573: Mirror maker system test hangs and eventually fails

----


> Mirror maker system test hangs and eventually fails
> ---------------------------------------------------
>
>                 Key: KAFKA-2573
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2573
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Ashish K Singh
>            Assignee: Ashish K Singh
>
> Due to changes made in KAFKA-2015, handling of {{--consumer.config}} has changed, more details is specified on KAFKA-2467. This leads to the exception.
> {code}
> Exception in thread "main" java.lang.NoSuchMethodError: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
> 	at kafka.utils.Pool.keys(Pool.scala:77)
> 	at kafka.consumer.FetchRequestAndResponseStatsRegistry$.removeConsumerFetchRequestAndResponseStats(FetchRequestAndResponseStats.scala:69)
> 	at kafka.metrics.KafkaMetricsGroup$.removeAllConsumerMetrics(KafkaMetricsGroup.scala:189)
> 	at kafka.consumer.ZookeeperConsumerConnector.shutdown(ZookeeperConsumerConnector.scala:200)
> 	at kafka.consumer.OldConsumer.stop(BaseConsumer.scala:75)
> 	at kafka.tools.ConsoleConsumer$.process(ConsoleConsumer.scala:98)
> 	at kafka.tools.ConsoleConsumer$.run(ConsoleConsumer.scala:57)
> 	at kafka.tools.ConsoleConsumer$.main(ConsoleConsumer.scala:41)
> 	at kafka.tools.ConsoleConsumer.main(ConsoleConsumer.scala)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)