This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
0.9.6.2-rc
Pre-release
Pre-release
- Improve user experience from Web UI
- Add jstack link
- Add worker log link in supervisor page
- Add Web UI log encode setting "gbk" or "utf-8"
- Show starting tasks in component page
- Show dead task's information in UI
- Fix the bug that error info can not be displayed in UI when task is restarting
- Add restart command, with this command, user can reload configuration, reset worker/task parallism
- Upgrade curator/disruptor/guava version
- Revert json lib to google-simple json, wrap all json operation into two utility method
- Add new storm submit api, supporting submit topology under java
- Enable launch process with backend method
- Set "spout.pending.full.sleep" default value as true
- Fix the bug user define sceduler not support a list of workers
- Add disruptor/JStormUtils junit test
- Enable user to configure the name of monitor name of alimonitor
- Add tcp option "reuseAddress" in netty framework
- Fix the bug: When spout does not implement the ICommitterTrident interface, MasterCoordinatorSpout will stick on commit phase.