Releases: mesos/storm
Releases · mesos/storm
v0.2.9
v0.2.8
- Fix a problem where a worker could be launched by the wrong topology supervisor, leading to the wrongly-owned worker having a different set of resources than requested. See the release notes for that custom storm version.
v0.2.7
- Fix for log rotation bug in log4j2, which is brought in via a new custom storm build that upgrades log4j2 to 2.8.2. See the release notes for that custom storm version.
v0.2.6
- Support for Storm 1.0.6. This includes:
- the much better
storm-kafka-client
implementation from Storm 1.2.0 which was backported into Storm 1.0.6 - ability to configure the pagination of tables in the Storm UI (so we can have "all" as default)
- the much better
- Use custom Storm build:
- shorten Storm daemon classpaths so that
ps
output shows the full commands - disables the Rebalance button in the Storm UI (since it doesn't do anything in storm-mesos)
- disables the rebalance action in the Storm Nimbus implementation, so that attempts to rebalance via API or CLI are also denied
- shorten Storm daemon classpaths so that
v0.2.5
- Support for (optionally) automatically launching logviewer as a "sidecar" Mesos Task (1 logviewer per host per storm-mesos framework).
- Upgrade Storm version from 1.0.3 to 1.0.5.
- Use custom Storm build:
- shorten Storm daemon classpaths so that
ps
output shows the full commands - disables the Rebalance button in the Storm UI (since it doesn't do anything in storm-mesos)
- add ability to configure the pagination of tables in the Storm UI (so we can have "all" as default)
- shorten Storm daemon classpaths so that
- Fix problem where Supervisors could linger forever as zombies with no worker tasks (this depended on the custom Storm build)
v0.1.10
v0.1.9
v0.1.8
v0.2.4
v0.2.3
- NOTE: v0.2.2 was a broken release, due to a deprecated flag in the
docker
command. - Update from Storm v1.0.2 to Storm v1.0.3.
- Dropped support for Storm v1.0.2 and below in the master branch of this project.