GitHub user revans2 opened a pull request:
https://github.com/apache/storm/pull/537
STORM-797: DisruptorQueueTest has some race conditions in it.
The test had two race conditions in it. The first was that the data
returned by the Consumer was not volatile. The second was that run gave no
time for the consumer to actually receive anything so under heavy load it was
possible for it to not actually complete.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/incubator-storm STORM-797
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/537.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 #537
----
commit 85db67e659c3a65cbe0209b4fef282b7f5c2a28e
Author: Robert (Bobby) Evans <[email protected]>
Date: 2015-04-27T17:29:26Z
STORM-797: DisruptorQueueTest has some race conditions in it.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---