mesos / storm

Storm on Mesos!
Apache License 2.0
139 stars 66 forks source link

prevent supervisors from lingering forever #236

Closed erikdw closed 6 years ago

erikdw commented 6 years ago

This commit fixes issue #227.

  1. We revert some of the changes in this project that were worked on in PR https://github.com/mesos/storm/pull/208.
  2. We configure the travis build to use a custom-built version of storm-1.0.5 which includes the fix for STORM-2690, amongst other changes.