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

[jira] [Updated] (KAFKA-2576) ConsumerPerformance hangs when SSL enabled for Multi-Partition Topic

     [ https://issues.apache.org/jira/browse/KAFKA-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ismael Juma updated KAFKA-2576:
-------------------------------
         Priority: Blocker  (was: Major)
    Fix Version/s: 0.9.0.0

Setting this as a blocker for 0.9.0.0. I'm investigating.

> ConsumerPerformance hangs when SSL enabled for Multi-Partition Topic
> --------------------------------------------------------------------
>
>                 Key: KAFKA-2576
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2576
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Ben Stopford
>            Priority: Blocker
>             Fix For: 0.9.0.0
>
>
> Running the ConsumerPerformance using a multi partition topic causes it to hang (or execute with no results).
> bin/kafka-topics.sh --create --zookeeper server:2181 --replication-factor 1 --partitions 50  --topic 50p
> bin/kafka-producer-perf-test.sh --broker-list server:9092 --topic 50p  --new-producer --messages 1000000 --message-size 1000
> #Works ok
> bin/kafka-consumer-perf-test.sh  --broker-list server:9092  --messages 1000000  --new-consumer --topic 50p 
> #Hangs
> bin/kafka-consumer-perf-test.sh  --broker-list server:9093  --messages 1000000  --new-consumer --topic 50p --consumer.config ssl.properties
> Running the same without SSL enabled works as expected.  
> Running the same using a single partition topic works as expected.  
> Tested locally and on EC2



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