[
https://issues.apache.org/jira/browse/KAFKA-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355640#comment-14355640
]
Jun Rao commented on KAFKA-1910:
--------------------------------
The most recent jenkins run has the following two unit test failures. Are they
due to this commit?
kafka.api.ProducerFailureHandlingTest > testBrokerFailure FAILED
java.lang.AssertionError: Should have fetched 128000 unique messages
expected:<128000> but was:<127915>
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.failNotEquals(Assert.java:689)
at org.junit.Assert.assertEquals(Assert.java:127)
at org.junit.Assert.assertEquals(Assert.java:514)
at
kafka.api.ProducerFailureHandlingTest.testBrokerFailure(ProducerFailureHandlingTest.scala:301)
kafka.api.ConsumerTest > testConsumptionWithBrokerFailures FAILED
org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This
server does not host this topic-partition.
> Refactor KafkaConsumer
> ----------------------
>
> Key: KAFKA-1910
> URL: https://issues.apache.org/jira/browse/KAFKA-1910
> Project: Kafka
> Issue Type: Sub-task
> Components: consumer
> Reporter: Guozhang Wang
> Assignee: Guozhang Wang
> Attachments: KAFKA-1910.patch, KAFKA-1910_2015-03-05_14:55:33.patch
>
>
> KafkaConsumer now contains all the logic on the consumer side, making it a
> very huge class file, better re-factoring it to have multiple layers on top
> of KafkaClient.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)