Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update from apache/incubator-storm #3

Merged
merged 36 commits into from
Apr 15, 2014
Merged

update from apache/incubator-storm #3

merged 36 commits into from
Apr 15, 2014

Conversation

Gvain
Copy link
Owner

@Gvain Gvain commented Apr 15, 2014

No description provided.

yerenkow and others added 30 commits February 3, 2014 11:05
Some of my test runs were occasionally failing with a NullPointerException on `backtype.storm.utils.Time.java:64`.

After a bit of investigation, it seems there's a race condition here; if we disable simulating mode while a thread is currently sleeping, then when it wakes up it won't re-check if it's still in "simulating" mode, it'll try to remove the sleep time, and get the NPE.

Refs [STORM-260](https://issues.apache.org/jira/browse/STORM-260).
STORM-273: Error while running storm topologies on Windows using "storm jar"
…storm

STORM-270 don't package .clj files in release jars.
Gvain added a commit that referenced this pull request Apr 15, 2014
update from apache/incubator-storm
@Gvain Gvain merged commit b2a5102 into Gvain:master Apr 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants