reiabreu opened a new pull request, #8949:
URL: https://github.com/apache/storm/pull/8949

   ## Summary
   
   Adds documentation for features shipped in Storm 3.0.0 that were absent from 
the release docs index.
   
   - **`Binary-distributions.md`** — explains the full vs. lite distribution 
(`apache-storm-<ver>.tar.gz` vs `apache-storm-<ver>-lite.tar.gz`), what each 
omits, how to restore optional components with `bin/storm-autocreds-fetch` and 
`bin/storm-kafka-monitor-fetch`, and the `lib-common` jar deduplication
   - **`JitterAwareStreamGrouping.md`** — covers the RFC 1889 EWMA jitter 
metric, how `JitterAwareStreamGrouping` uses it to route away from high-jitter 
tasks, usage, and when to prefer it over `shuffleGrouping`
   - **`Local-dev-cluster.md`** — documents the Docker Compose dev cluster 
under `docker/` (Nimbus, ZooKeeper, two Supervisors, Prometheus, Grafana) and 
the `netsim.sh` network simulation utility
   - **`Storm-Scheduler.md`** — adds an EvenScheduler section covering the 
opt-in idle supervisor rebalance pass and its configuration keys
   - **`index.md`** — links all new pages and fixes the existing 
`Cluster-State-Serialization.md` which was present in the docs directory but 
not reachable from the index
   
   ## Test plan
   
   - [ ] Run `rsync` from storm root into a local storm-site checkout and 
verify all new pages appear under `releases/3.0.0/`
   - [ ] Build storm-site locally (`bundle exec jekyll serve`) and confirm all 
links resolve
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to