[
https://issues.apache.org/jira/browse/KAFKA-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on KAFKA-2576 started by Ismael Juma.
------------------------------------------
> 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
> Assignee: Ismael Juma
> 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)