[
https://issues.apache.org/jira/browse/KAFKA-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14654657#comment-14654657
]
ASF GitHub Bot commented on KAFKA-2401:
---------------------------------------
GitHub user becketqin opened a pull request:
https://github.com/apache/kafka/pull/113
KAFKA-2401: fix transient failure in
ProducerSendTest.testCloseWithZeroTimeoutFromSenderThread
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/becketqin/kafka KAFKA-2401
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/113.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #113
----
commit 7d4223df1325e42560a0d55a1b31f369157133e4
Author: Jiangjie Qin <[email protected]>
Date: 2015-08-05T01:36:54Z
KAFKA-2401: fix transient failure in
ProducerSendTest.testCloseWithZeroTimeoutFromSenderThread
----
> Fix transient failure of
> ProducerSendTest.testCloseWithZeroTimeoutFromSenderThread()
> ------------------------------------------------------------------------------------
>
> Key: KAFKA-2401
> URL: https://issues.apache.org/jira/browse/KAFKA-2401
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Jiangjie Qin
> Assignee: Jiangjie Qin
>
> The transient failure can happen because of a race condition of the callback
> firing order for messages produced to broker 0 and broker 1.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)