-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18102/
-----------------------------------------------------------
(Updated Feb. 13, 2014, 11:13 p.m.)
Review request for kafka.
Bugs: KAFKA-1260
https://issues.apache.org/jira/browse/KAFKA-1260
Repository: kafka
Description (updated)
-------
Fixed some minor issues in producer:
1. Close accumulator on shutdown
2. Return offset for ack=-1
Four test cases included in Part II:
1. testErrorInResponse.
2. testNoResponse. Currently blocks..
3. testSendException.
4. testDeadBroker. Currently failes
Diffs
-----
core/src/test/scala/integration/kafka/api/ProducerFailureHandlingTest.scala
PRE-CREATION
Diff: https://reviews.apache.org/r/18102/diff/
Testing
-------
Thanks,
Guozhang Wang