docs: add missing 3.0.0 feature documentation#8949
Merged
Conversation
- Binary-distributions.md: full vs. lite distribution, fetch scripts for storm-autocreds and storm-kafka-monitor, lib-common deduplication - JitterAwareStreamGrouping.md: RFC 1889 EWMA jitter metric, usage, when to use vs. shuffleGrouping - Local-dev-cluster.md: Docker Compose cluster, Prometheus/Grafana, netsim.sh - Storm-Scheduler.md: EvenScheduler idle supervisor rebalance section - index.md: link all new pages; link existing Cluster-State-Serialization.md which was present but unreachable from the index Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Document the secondary sort (free slots) and tertiary sort (hostname) added in 3.0.0 that reduce worker evictions when assigning isolated topologies to hosts of equal total capacity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
@rzo1 @GGraziadei asked Claude to detail changes introduced in 3.0.0 to our documentation. |
Contributor
Author
|
@rzo1 I've also improved the release notes. Obviously, feel free to edit what I wrote.
|
rzo1
approved these changes
Jul 25, 2026
Contributor
|
Nice. Thx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.gzvsapache-storm-<ver>-lite.tar.gz), what each omits, how to restore optional components withbin/storm-autocreds-fetchandbin/storm-kafka-monitor-fetch, and thelib-commonjar deduplicationJitterAwareStreamGrouping.md— covers the RFC 1889 EWMA jitter metric, howJitterAwareStreamGroupinguses it to route away from high-jitter tasks, usage, and when to prefer it overshuffleGroupingLocal-dev-cluster.md— documents the Docker Compose dev cluster underdocker/(Nimbus, ZooKeeper, two Supervisors, Prometheus, Grafana) and thenetsim.shnetwork simulation utilityStorm-Scheduler.md— adds an EvenScheduler section covering the opt-in idle supervisor rebalance pass and its configuration keysindex.md— links all new pages and fixes the existingCluster-State-Serialization.mdwhich was present in the docs directory but not reachable from the indexTest plan
rsyncfrom storm root into a local storm-site checkout and verify all new pages appear underreleases/3.0.0/bundle exec jekyll serve) and confirm all links resolve🤖 Generated with Claude Code