Mesos Storm Versions Save

Storm on Mesos!

v0.2.9

5 years ago

v0.2.8

5 years ago

Changes from v0.2.7 to 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

5 years ago

Changes from v0.2.6 to 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

6 years ago

Changes from v0.2.5 to 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)
  • 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

v0.2.5

6 years ago

Changes from v0.2.4 to 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)
  • Fix problem where Supervisors could linger forever as zombies with no worker tasks (this depended on the custom Storm build)

v0.1.10

6 years ago

Changes from v0.1.9 to v0.1.10

  • Automated launching of logviewer, from PR #228, which is a backport of PR #212 from master.

v0.1.9

6 years ago

Changes from v0.1.8 to v0.1.9

  • Shuffle order in which hosts are accessed to create worker slots. This prevents workers that die from continually having replacement workers assigned to the same host, skewing the workload in a cluster. PR #224 addressed this.

v0.1.8

6 years ago

Changes from v0.1.7 to v0.1.8

  • Add selfless offer handling. i.e., stop aggressively hoarding offers and thus starving other frameworks in a mesos cluster. PR #200 fixes issue #50.

v0.2.4

6 years ago

Changes from v0.2.3 to v0.2.4

  • Add selfless offer handling. i.e., stop aggressively hoarding offers and thus starving other frameworks in a mesos cluster. PR #200 fixes issue #50.

v0.2.3

6 years ago

Changes from v0.2.1 to 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.