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

Commits on Feb 3, 2014

  1. Fix for launching jar when some JVM opts are specified, now corrected…

    … and using shlex library
    yerenkow committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    9368ac4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2014

  1. Configuration menu
    Copy the full SHA
    b25eeed View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2014

  1. Fix race condition in Time.java

    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).
    apetresc committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    28e65a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2014

  1. Configuration menu
    Copy the full SHA
    813952a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf8faf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be8a22b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df687cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c636ba View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. Configuration menu
    Copy the full SHA
    447fdb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2014

  1. STORM-12 Reduce thread usage of Netty transport.

    Robert (Bobby) Evans committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    94c4d4d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2014

  1. STORM-270 don't package .clj files in release jars.

    Robert (Bobby) Evans committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    ae71186 View commit details
    Browse the repository at this point in the history
  2. STORM-273. Error while running storm topologies on Windows using "sto…

    …rm jar"
    Suresh Srinivas committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    0d3b833 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2014

  1. Add STORM-263 to changelog.

    Robert (Bobby) Evans committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    b30de82 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2014

  1. Configuration menu
    Copy the full SHA
    2c8d3c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. Merge branch 'master' of https://github.com/sureshms/incubator-storm

    STORM-273: Error while running storm topologies on Windows using "storm jar"
    revans2 committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    c028856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ea0ca View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2014

  1. Merge branch 'no-clj-in-jar' of https://github.com/revans2/incubator-…

    …storm
    
    STORM-270 don't package .clj files in release jars.
    revans2 committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    4fbbf72 View commit details
    Browse the repository at this point in the history
  2. Added STORM-270 to changelog

    revans2 committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    bde4f88 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'STORM-258'

    ptgoetz committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    fd82382 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    979fc28 View commit details
    Browse the repository at this point in the history
  5. STORM-258: update changelog

    ptgoetz committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    eb3ecb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23f6670 View commit details
    Browse the repository at this point in the history
  7. update CHANGELOG

    ptgoetz committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    89e2fbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f0f30c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1fc5c42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    253eac7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cf3f55 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. updated my e-mail address

    Jason Jackson committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    2cd8f99 View commit details
    Browse the repository at this point in the history
  2. clean up fd after reading config

    Derek Dagit committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    9da324e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

  1. Configuration menu
    Copy the full SHA
    8a9c635 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-storm-shlex' of https://github.com/yerenkow/incubat…

    …or-storm
    
    STORM-196: When JVM_OPTS are set, storm jar fails to detect storm.jar from environment
    revans2 committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    de46f71 View commit details
    Browse the repository at this point in the history
  3. Updated Changelog STORM-196: When JVM_OPTS are set, storm jar fails t…

    …o detect storm.jar from environment
    revans2 committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    6c1af3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0138928 View commit details
    Browse the repository at this point in the history
  5. STORM-281: update changelog

    ptgoetz committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    1be3d0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e7abfc View commit details
    Browse the repository at this point in the history
  7. STORM-12: update changelog

    ptgoetz committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    1a0b46e View commit details
    Browse the repository at this point in the history