This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
0.9.0
New feature
In this version, it will follow storm 0.9.0 interface, so the application running
on storm 0.9.0 can run in jstorm 0.9.0 without any change.
Stability
- provide nimbus HA. when the master nimbus shuts down, it will select another
online nimbus to be the master. There is only one master nimbus online
any time and the slave nimbuses just synchronouse the master's data. - RPC through netty is stable, the sending speed is match with receiving speed.
Powerful scheduler
- Assigning resource on four dimensions:cpu, mem, disk, net
- Application can use old assignment.
- Application can use user-define resource.
- Task can apply extra cpu slot or memory slot.
- Application can force tasks run on different supervisor or the same supervisor