[
https://issues.apache.org/jira/browse/KAFKA-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13899572#comment-13899572
]
Neha Narkhede commented on KAFKA-1233:
--------------------------------------
testSendPartition test actually fails with the following exception. Is this an
existing bug -
java.lang.IllegalMonitorStateException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at
kafka.test.ProducerSendTest$$anonfun$testSendToPartition$2.apply(ProducerSendTest.scala:220)
at
kafka.test.ProducerSendTest$$anonfun$testSendToPartition$2.apply(ProducerSendTest.scala:220)
at
scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:206)
at
scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:206)
at
scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:61)
at scala.collection.immutable.List.foreach(List.scala:45)
at scala.collection.TraversableLike$class.map(TraversableLike.scala:206)
at scala.collection.immutable.List.map(List.scala:45)
at
kafka.test.ProducerSendTest.testSendToPartition(ProducerSendTest.scala:220)
> Integration test for the new producer
> -------------------------------------
>
> Key: KAFKA-1233
> URL: https://issues.apache.org/jira/browse/KAFKA-1233
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Guozhang Wang
> Assignee: Guozhang Wang
> Fix For: 0.9.0
>
> Attachments: KAFKA-1233.patch, KAFKA-1233.patch, KAFKA-1233.patch,
> KAFKA-1233_2014-02-11_12:27:15.patch
>
>
> The first integration test on the new producer api, which should test the
> following cases:
> a. null-key v.s. not-null-key
> b. null-value v.s. not-null-value
> c. null-partition-key v.s. not-null-partition-key
> d. null-topic v.s. not-null-topic
> e. blocking on every RecordSend v.s. non-blocking
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)