Storm 2.6.0.2 Now
A race condition in the backpressure.manager could cause a worker process to throw an unhandled NullPointerException when a topology rebalance occurred simultaneously with a partial network partition. This fix backports a thread-safe state machine for backpressure signals.
wget https://downloads.apache.org/storm/apache-storm-2.6.0.2/apache-storm-2.6.0.2.tar.gz tar -xzf apache-storm-2.6.0.2.tar.gz -C /opt/storm/ storm 2.6.0.2
Running older versions often leaves clusters exposed to resource leaks (like the Files.list A race condition in the backpressure
: It serves as the "real-time" equivalent to Hadoop's batch processing, handling unbounded streams of data with high throughput. Hortonworks Integration : In HDP 2.6, Storm is tightly integrated with Apache Kafka for data ingestion and Apache Ambari for cluster management and monitoring. Security & Reliability Hortonworks Integration : In HDP 2
While older versions struggled with modern Java runtimes, 2.6.0.2 is optimized for newer JVMs, allowing users to take advantage of improved garbage collection and performance.
while resolving resource leaks related to file system operations. Metric System Enhancements : introduction of V2 metrics
: Fixed runtime issues for storm-kafka-monitor when running on Java 17 by adding missing dependencies .